diff options
-rw-r--r-- | drivers/usb/storage/onetouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/onetouch.c b/drivers/usb/storage/onetouch.c index 380233bd6a39..80e65f29921c 100644 --- a/drivers/usb/storage/onetouch.c +++ b/drivers/usb/storage/onetouch.c | |||
@@ -163,7 +163,7 @@ static void usb_onetouch_pm_hook(struct us_data *us, int action) | |||
163 | usb_kill_urb(onetouch->irq); | 163 | usb_kill_urb(onetouch->irq); |
164 | break; | 164 | break; |
165 | case US_RESUME: | 165 | case US_RESUME: |
166 | if (usb_submit_urb(onetouch->irq, GFP_KERNEL) != 0) | 166 | if (usb_submit_urb(onetouch->irq, GFP_NOIO) != 0) |
167 | dev_err(&onetouch->irq->dev->dev, | 167 | dev_err(&onetouch->irq->dev->dev, |
168 | "usb_submit_urb failed\n"); | 168 | "usb_submit_urb failed\n"); |
169 | break; | 169 | break; |