]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Serial: sierra.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:16 +0000 (10:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:16 +0000 (10:16 +0100)
commit9651bcf7441e4e709bda56ebcf3bdaeef392121e
tree4861ded59d47de0b065ef848435900a68be6c0db
parent4011de6cdb9c1b27278cb6fc3ff6b18334cfe6d0
USB: Serial: sierra.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: Alan Stern <stern@rowland.harvard.edu>
CC: "Bjørn Mork" <bjorn@mork.no>
CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/sierra.c