Skip to content

Commit

Permalink
staging: line6: drop unused CONFIG_LINE6_USB_DEBUG
Browse files Browse the repository at this point in the history
The CONFIG_LINE6_USB_DEBUG option is no longer relevant since dyndbg
dev_dbg() is now used instead of a compile-time decision whether to
enable debug messages or not.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 60fb08b commit bf83e30
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/line6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ menuconfig LINE6_USB

if LINE6_USB

config LINE6_USB_DEBUG
bool "print debug messages"
default n
help
Say Y here to write debug messages to the syslog.

If unsure, say N.

config LINE6_USB_DUMP_CTRL
bool "dump control messages"
default n
Expand Down

0 comments on commit bf83e30

Please sign in to comment.