diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-11-25 12:29:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:42:06 -0500 |
commit | a7925eb3e4b5cf9f223cd30bbd3e93b9daa02816 (patch) | |
tree | 5c5662a3f02def62426e6d769a2b5369b05100ca /drivers/media/dvb/dvb-usb | |
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/media/dvb/dvb-usb')
-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 = { | |||
1189 | static int cxusb_mygica_d689_frontend_attach(struct dvb_usb_adapter *adap) | 1189 | static int cxusb_mygica_d689_frontend_attach(struct dvb_usb_adapter *adap) |
1190 | { | 1190 | { |
1191 | struct dvb_usb_device *d = adap->dev; | 1191 | struct dvb_usb_device *d = adap->dev; |
1192 | int n; | ||
1193 | 1192 | ||
1194 | /* Select required USB configuration */ | 1193 | /* Select required USB configuration */ |
1195 | if (usb_set_interface(d->udev, 0, 0) < 0) | 1194 | if (usb_set_interface(d->udev, 0, 0) < 0) |