]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Serial: pl2303.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:12 +0000 (10:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:12 +0000 (10:16 +0100)
commit4011de6cdb9c1b27278cb6fc3ff6b18334cfe6d0
treed444598ec672404007cd05288838f2852c7ad07d
parentd1c1e52c5a972e92da4423f34a4275645bb75493
USB: Serial: pl2303.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: Johan Hovold <jhovold@gmail.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Wang YanQing <Udknight@gmail.com>
CC: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c