Skip to content

Commit

Permalink
usb: serial: kobil_sct: fix compile warning:
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent 2492c6e commit 3297f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/kobil_sct.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3297f86

Please sign in to comment.