]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/usb/storage/onetouch.c
USB: storage: onetouch: unnecessary GFP_ATOMIC
[net-next-2.6.git] / drivers / usb / storage / onetouch.c
index 80e65f29921cbed01c80406dddbe838feac5d11a..198bb3ed95b280de8839e8182fd8650196f3ff10 100644 (file)
@@ -202,7 +202,7 @@ static int onetouch_connect_input(struct us_data *ss)
                goto fail1;
 
        onetouch->data = usb_buffer_alloc(udev, ONETOUCH_PKT_LEN,
-                                         GFP_ATOMIC, &onetouch->data_dma);
+                                         GFP_KERNEL, &onetouch->data_dma);
        if (!onetouch->data)
                goto fail1;