]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: Serial: f81232.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:15:25 +0000 (10:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:15:25 +0000 (10:15 +0100)
commit9d27b6a63511aa8416e1cebcec9dd6ccdf02fe7e
treeb52890cde3d403c31e9eaa5ba2695a6e707f5419
parentf462376e1a171f285b7bef3afa0d5a3123766128
USB: Serial: f81232.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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/f81232.c