mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 17:33:01 +00:00
Staging: emxx_udc: emxx_udc: fixed coding style issue
fixed checkpatch.pl warning about 'Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Shyam Saini <mayhs11saini@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
47678e3792
commit
ffc83a79b4
@ -3051,7 +3051,7 @@ static int nbu2ss_gad_vbus_session(struct usb_gadget *pgadget, int is_active)
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
static int nbu2ss_gad_vbus_draw(struct usb_gadget *pgadget, unsigned mA)
|
||||
static int nbu2ss_gad_vbus_draw(struct usb_gadget *pgadget, unsigned int mA)
|
||||
{
|
||||
struct nbu2ss_udc *udc;
|
||||
unsigned long flags;
|
||||
@ -3101,7 +3101,7 @@ static int nbu2ss_gad_pullup(struct usb_gadget *pgadget, int is_on)
|
||||
/*-------------------------------------------------------------------------*/
|
||||
static int nbu2ss_gad_ioctl(
|
||||
struct usb_gadget *pgadget,
|
||||
unsigned code,
|
||||
unsigned int code,
|
||||
unsigned long param)
|
||||
{
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user