diff options
author | Devin Heitmueller <dheitmueller@hauppauge.com> | 2010-07-07 18:26:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:17:16 -0400 |
commit | 2bfcc0611d1b53cf5ce2079b1f1a90bb769a9ea9 (patch) | |
tree | cc27ae2d1cb786367ba7990826d6c42b4a9dfb5b /drivers/media/video/cx231xx | |
parent | bda7f4ee67b8a7a6315b906224d01d44d5a433b4 (diff) |
[media] cx231xx-dvb: remove unused variable
Get rid of warning about unused variable
Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-dvb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-dvb.c b/drivers/media/video/cx231xx/cx231xx-dvb.c index 2cc286208c3b..879eacb2c9c4 100644 --- a/drivers/media/video/cx231xx/cx231xx-dvb.c +++ b/drivers/media/video/cx231xx/cx231xx-dvb.c | |||
@@ -209,8 +209,6 @@ static inline int dvb_isoc_copy(struct cx231xx *dev, struct urb *urb) | |||
209 | 209 | ||
210 | static inline int dvb_bulk_copy(struct cx231xx *dev, struct urb *urb) | 210 | static inline int dvb_bulk_copy(struct cx231xx *dev, struct urb *urb) |
211 | { | 211 | { |
212 | int i; | ||
213 | |||
214 | if (!dev) | 212 | if (!dev) |
215 | return 0; | 213 | return 0; |
216 | 214 | ||