]> 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)
commit5222a8b9af33a321fba248d51fc650b39bc7711d
treec43bdeaa5815c7a1b5241cdcf7682e1dd4d4346e
parenta6ad530e68f327fec2428851af7aced32b7f7879
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