]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/serial/pl2303.c
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)
commitd8789b2b90aeb53ce59ac232d2ff0d8357d53893
treec43bdeaa5815c7a1b5241cdcf7682e1dd4d4346e
parentcbad67e33d4836cc1ba6c3dc43f60ebadb517c38
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