aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@hauppauge.com>2010-07-07 19:26:42 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 01:17:16 -0200
commit2bfcc0611d1b53cf5ce2079b1f1a90bb769a9ea9 (patch)
treecc27ae2d1cb786367ba7990826d6c42b4a9dfb5b /drivers/media/video/cx231xx
parent[media] s5h1432: fix codingstyle issues (diff)
downloadlinux-dev-2bfcc0611d1b53cf5ce2079b1f1a90bb769a9ea9.tar.xz
linux-dev-2bfcc0611d1b53cf5ce2079b1f1a90bb769a9ea9.zip
[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.c2
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)
static inline int dvb_bulk_copy(struct cx231xx *dev, struct urb *urb)
{
- int i;
-
if (!dev)
return 0;