From 24b04f054eec802f901edc4648f8e736c16f9ed9 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 20 Dec 2012 15:21:23 -0200 Subject: [PATCH] --- yaml --- r: 357020 b: refs/heads/master c: b391b0ef0f9399dcba8fa025ab5e5d4229847467 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/usb/tm6000/tm6000-video.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0197329a501a..15b390c8a93b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 59dad49e5c176d8c9c0d06f6b744d0a54c578310 +refs/heads/master: b391b0ef0f9399dcba8fa025ab5e5d4229847467 diff --git a/trunk/drivers/media/usb/tm6000/tm6000-video.c b/trunk/drivers/media/usb/tm6000/tm6000-video.c index 82968017a253..1edc2517603f 100644 --- a/trunk/drivers/media/usb/tm6000/tm6000-video.c +++ b/trunk/drivers/media/usb/tm6000/tm6000-video.c @@ -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;