Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b391b0ef authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] tm6000-video.c: warning fix



drivers/media/usb/tm6000/tm6000-video.c: In function '__check_keep_urb':
drivers/media/usb/tm6000/tm6000-video.c:1926:1: warning: return from incompatible pointer type [enabled by default]

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 59dad49e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
static unsigned int vid_limit = 16;	/* Video memory limit, in Mb */
static int video_nr = -1;		/* /dev/videoN, -1 for autodetect */
static int radio_nr = -1;		/* /dev/radioN, -1 for autodetect */
static int keep_urb;			/* keep urb buffers allocated */
static bool keep_urb;			/* keep urb buffers allocated */

/* Debug level */
int tm6000_debug;