]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: Serial: visor.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:28 +0000 (10:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:16:28 +0000 (10:16 +0100)
commit60aa1a01360861113c821ef95230be27ac92fc10
tree013e842f6241cbeba49e8fcc87d56f007f8c0f7a
parent0d3831f6b65dbb0023061925a8bb746270a0b20a
USB: Serial: visor.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: 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/visor.c