diff options
Diffstat (limited to 'drivers/media/video/au0828/au0828-dvb.c')
-rw-r--r-- | drivers/media/video/au0828/au0828-dvb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/au0828/au0828-dvb.c b/drivers/media/video/au0828/au0828-dvb.c index f1edf1d4afe8..518216743c9c 100644 --- a/drivers/media/video/au0828/au0828-dvb.c +++ b/drivers/media/video/au0828/au0828-dvb.c | |||
@@ -96,7 +96,6 @@ static struct tda18271_config hauppauge_woodbury_tunerconfig = { | |||
96 | /*-------------------------------------------------------------------*/ | 96 | /*-------------------------------------------------------------------*/ |
97 | static void urb_completion(struct urb *purb) | 97 | static void urb_completion(struct urb *purb) |
98 | { | 98 | { |
99 | u8 *ptr; | ||
100 | struct au0828_dev *dev = purb->context; | 99 | struct au0828_dev *dev = purb->context; |
101 | int ptype = usb_pipetype(purb->pipe); | 100 | int ptype = usb_pipetype(purb->pipe); |
102 | 101 | ||
@@ -114,8 +113,6 @@ static void urb_completion(struct urb *purb) | |||
114 | return; | 113 | return; |
115 | } | 114 | } |
116 | 115 | ||
117 | ptr = (u8 *)purb->transfer_buffer; | ||
118 | |||
119 | /* Feed the transport payload into the kernel demux */ | 116 | /* Feed the transport payload into the kernel demux */ |
120 | dvb_dmx_swfilter_packets(&dev->dvb.demux, | 117 | dvb_dmx_swfilter_packets(&dev->dvb.demux, |
121 | purb->transfer_buffer, purb->actual_length / 188); | 118 | purb->transfer_buffer, purb->actual_length / 188); |