diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-11-25 18:29:33 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:42:06 +0100 |
commit | a7925eb3e4b5cf9f223cd30bbd3e93b9daa02816 (patch) | |
tree | 5c5662a3f02def62426e6d769a2b5369b05100ca /drivers/media | |
parent | V4L/DVB (13478): cx18: remove bogus init call. (diff) | |
download | linux-a7925eb3e4b5cf9f223cd30bbd3e93b9daa02816.tar.xz linux-a7925eb3e4b5cf9f223cd30bbd3e93b9daa02816.zip |
V4L/DVB (13479): cxusb: fix compile warning
Fix this trivial compile warning:
v4l/cxusb.c:1195: warning: unused variable 'n'
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/cxusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index 542de171874a..05fb28e9c69e 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c @@ -1189,7 +1189,6 @@ static struct atbm8830_config mygica_d689_atbm8830_cfg = { static int cxusb_mygica_d689_frontend_attach(struct dvb_usb_adapter *adap) { struct dvb_usb_device *d = adap->dev; - int n; /* Select required USB configuration */ if (usb_set_interface(d->udev, 0, 0) < 0) |