diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-11-25 14:29:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:42:06 -0200 |
commit | a7925eb3e4b5cf9f223cd30bbd3e93b9daa02816 (patch) | |
tree | 5c5662a3f02def62426e6d769a2b5369b05100ca /drivers | |
parent | 7f3ea4debb8106287af87dd0ee770e97b59c1ac4 (diff) |
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')
-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 542de171874..05fb28e9c69 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) |