]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: Serial: symbolserial.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:20 +0000 (10:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:20 +0000 (10:16 +0100)
commit9dfea1b0904781e2673ef1ea0ae3113d0d4dca61
treebc02b2bd33c0b052537778904d59ea39b702611f
parentf3c4bd30623f06a5cc36fe096c29c253fd88451b
USB: Serial: symbolserial.c: remove debug module parameter

Now that all usb-serial modules are only using dev_dbg()
the debug module parameter does not do anything at all, so
remove it to reduce any confusion if someone were to try to
use it.

CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Johan Hovold <jhovold@gmail.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/symbolserial.c