]> Pileus Git - ~andy/linux/commit
USB: serial: keyspan_pda.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:06:52 +0000 (12:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:06:52 +0000 (12:06 -0700)
commit826575fc958649ebaddfbf89cdca5ed0bd23e6c9
treea7fac9f971aac023f33a61eafcf7c18bfc7f6387
parent255b703a341d3eaf3ec74f567c00f085225fc3db
USB: serial: keyspan_pda.c: remove dbg() usage

dbg() was a very old USB-serial-specific macro.
This patch removes it from being used in the
driver and uses dev_dbg() instead.

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