diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_usb_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_usb_compat.h b/linux/drivers/media/dvb/dvb-core/dvb_usb_compat.h index f80ac9ef3..4968d09de 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_usb_compat.h +++ b/linux/drivers/media/dvb/dvb-core/dvb_usb_compat.h @@ -10,7 +10,7 @@ typedef struct iso_packet_descriptor usb_iso_packet_descriptor; #define URB_ISO_ASAP USB_ISO_ASAP #define URB_MEM_FLAG #else -#define URB_MEM_FLAG , GFP_KERNEL +#define URB_MEM_FLAG , GFP_ATOMIC #endif #endif |