]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: funsoft.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:27 +0000 (12:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:27 +0000 (12:31 -0700)
commitd7b1a19efa748f9ab0573d4bd98af7e8ded2af45
tree2d350cd6b66e6218fdd72736f796f9278f85107d
parent60b4aa71f0825d7aad5324995a8d28787ca3ca01
USB: serial: funsoft.c: remove debug module parameter

Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all.  So remove
it so as to not confuse people.

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/funsoft.c