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

Commit 3297f86a authored by Felipe Balbi's avatar Felipe Balbi Committed by Greg Kroah-Hartman
Browse files

usb: serial: kobil_sct: fix compile warning:



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: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2492c6e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"