aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/u132-hcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c
index a67bd5090330..0a94895a358d 100644
--- a/drivers/usb/host/u132-hcd.c
+++ b/drivers/usb/host/u132-hcd.c
@@ -2245,8 +2245,7 @@ static int u132_urb_enqueue(struct usb_hcd *hcd, struct urb *urb,
2245 struct u132 *u132 = hcd_to_u132(hcd); 2245 struct u132 *u132 = hcd_to_u132(hcd);
2246 if (irqs_disabled()) { 2246 if (irqs_disabled()) {
2247 if (__GFP_WAIT & mem_flags) { 2247 if (__GFP_WAIT & mem_flags) {
2248 printk(KERN_ERR "invalid context for function that migh" 2248 printk(KERN_ERR "invalid context for function that might sleep\n");
2249 "t sleep\n");
2250 return -EINVAL; 2249 return -EINVAL;
2251 } 2250 }
2252 } 2251 }