Skip to content

Commit

Permalink
USB: cypress_m8: stop using USB debug driver config
Browse files Browse the repository at this point in the history
The USB_SERIAL_DEBUG Kconfig is for the USB serial debug driver, not for
generically enabling debug output in random USB serial drivers.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent ef95534 commit 64319dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/usb/serial/cypress_m8.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@
#include "cypress_m8.h"


#ifdef CONFIG_USB_SERIAL_DEBUG
static int debug = 1;
#else
static int debug;
#endif
static int debug;
static int stats;
static int interval;

Expand Down

0 comments on commit 64319dd

Please sign in to comment.