You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
7f3ea4debb
commit
a7925eb3e4
@@ -1189,7 +1189,6 @@ static struct atbm8830_config mygica_d689_atbm8830_cfg = {
|
|||||||
static int cxusb_mygica_d689_frontend_attach(struct dvb_usb_adapter *adap)
|
static int cxusb_mygica_d689_frontend_attach(struct dvb_usb_adapter *adap)
|
||||||
{
|
{
|
||||||
struct dvb_usb_device *d = adap->dev;
|
struct dvb_usb_device *d = adap->dev;
|
||||||
int n;
|
|
||||||
|
|
||||||
/* Select required USB configuration */
|
/* Select required USB configuration */
|
||||||
if (usb_set_interface(d->udev, 0, 0) < 0)
|
if (usb_set_interface(d->udev, 0, 0) < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user