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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan_pda.c