aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-11-25 12:29:33 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:42:06 -0500
commita7925eb3e4b5cf9f223cd30bbd3e93b9daa02816 (patch)
tree5c5662a3f02def62426e6d769a2b5369b05100ca
parent7f3ea4debb8106287af87dd0ee770e97b59c1ac4 (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>
-rw-r--r--drivers/media/dvb/dvb-usb/cxusb.c1
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 = {
1189static int cxusb_mygica_d689_frontend_attach(struct dvb_usb_adapter *adap) 1189static 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)