diff options
author | Alex Woods <devnull@localhost> | 2003-08-09 11:50:11 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2003-08-09 11:50:11 +0000 |
commit | 75543440573a665b5a2ec93358e0d2ac27568d85 (patch) | |
tree | 118fbb91d0da9411cf5bcada997fe3b8cb990adc /linux | |
parent | 0eb396eedf4cd90cee3c902b3a2e2a0f58f8f502 (diff) | |
download | mediapointer-dvb-s2-75543440573a665b5a2ec93358e0d2ac27568d85.tar.gz mediapointer-dvb-s2-75543440573a665b5a2ec93358e0d2ac27568d85.tar.bz2 |
Change to URB mem allocation to GFP_ATOMIC since it gets called from
usb_submit_urb
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 |