]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: safe_serial.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:55 +0000 (12:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:55 +0000 (12:31 -0700)
commitb6ae62dfb5839455421f7a8b0f588c39bb67e359
tree4180b0ef806614439bde9daba2a0fe0ab79db633
parent4cff2b12b68315b816b3310644d70dfc15376ce6
USB: serial: safe_serial.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/safe_serial.c