]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: pl2303: convert dbg() calls to dev_dbg()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:39:27 +0000 (16:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:39:27 +0000 (16:39 -0700)
commitb547575fb4c0cce937e83fe20400ed87c7208082
treec43bdeaa5815c7a1b5241cdcf7682e1dd4d4346e
parent72b0bf94a28cc9339c65b9b07353a9b28bf6da18
USB: serial: pl2303: convert dbg() calls to dev_dbg()

This converts the usage of dbg() to dev_dbg() where needed, and removed
a bunch of these calls where they were just "tracing" calls, which are
no longer needed.

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