diff options
Diffstat (limited to 'drivers/media/dvb/ttusb-dec/ttusb_dec.c')
-rw-r--r-- | drivers/media/dvb/ttusb-dec/ttusb_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttusb-dec/ttusb_dec.c b/drivers/media/dvb/ttusb-dec/ttusb_dec.c index 8135f3e76aeb..10b121ada833 100644 --- a/drivers/media/dvb/ttusb-dec/ttusb_dec.c +++ b/drivers/media/dvb/ttusb-dec/ttusb_dec.c | |||
@@ -1244,7 +1244,7 @@ static int ttusb_dec_init_usb(struct ttusb_dec *dec) | |||
1244 | return -ENOMEM; | 1244 | return -ENOMEM; |
1245 | } | 1245 | } |
1246 | dec->irq_buffer = usb_buffer_alloc(dec->udev,IRQ_PACKET_SIZE, | 1246 | dec->irq_buffer = usb_buffer_alloc(dec->udev,IRQ_PACKET_SIZE, |
1247 | SLAB_ATOMIC, &dec->irq_dma_handle); | 1247 | GFP_ATOMIC, &dec->irq_dma_handle); |
1248 | if(!dec->irq_buffer) { | 1248 | if(!dec->irq_buffer) { |
1249 | return -ENOMEM; | 1249 | return -ENOMEM; |
1250 | } | 1250 | } |