diff options
Diffstat (limited to 'drivers/usb/core/hcd.c')
-rw-r--r-- | drivers/usb/core/hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index c3eb66f5a1a4..14c47a10da86 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c | |||
@@ -1113,7 +1113,7 @@ static void urb_unlink (struct urb *urb) | |||
1113 | * expects usb_submit_urb() to have sanity checked and conditioned all | 1113 | * expects usb_submit_urb() to have sanity checked and conditioned all |
1114 | * inputs in the urb | 1114 | * inputs in the urb |
1115 | */ | 1115 | */ |
1116 | static int hcd_submit_urb (struct urb *urb, unsigned mem_flags) | 1116 | static int hcd_submit_urb (struct urb *urb, gfp_t mem_flags) |
1117 | { | 1117 | { |
1118 | int status; | 1118 | int status; |
1119 | struct usb_hcd *hcd = urb->dev->bus->hcpriv; | 1119 | struct usb_hcd *hcd = urb->dev->bus->hcpriv; |