]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: serial: kobil_sct: fix compile warning:
authorFelipe Balbi <balbi@ti.com>
Tue, 24 Jan 2012 08:18:10 +0000 (10:18 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 20:23:18 +0000 (12:23 -0800)
Fix the following compile warning:

drivers/usb/serial/kobil_sct.c: In function ‘__check_debug’:
drivers/usb/serial/kobil_sct.c:719:1: warning: return from incompatible
pointer type [enabled by default]

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/kobil_sct.c

index 5d3beeeb5fd9b527359190b3e0076b6b85fb2d43..a92a3efb507bdaa45f7134919b30c4bf8b495917 100644 (file)
@@ -38,7 +38,7 @@
 #include <linux/ioctl.h>
 #include "kobil_sct.h"
 
-static int debug;
+static bool debug;
 
 /* Version Information */
 #define DRIVER_VERSION "21/05/2004"