Skip to content

Commit

Permalink
[media] tm6000-video.c: warning fix
Browse files Browse the repository at this point in the history
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: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 20, 2012
1 parent 59dad49 commit b391b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/usb/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b391b0e

Please sign in to comment.