Commit 64319dd7 authored by Mike Frysinger's avatar Mike Frysinger Committed by Greg Kroah-Hartman
Browse files

USB: cypress_m8: stop using USB debug driver config



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: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ef955341
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -70,11 +70,7 @@
#include "cypress_m8.h"


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