OSDN Git Service

USB: serial: visor: convert dbg() to dev_dbg()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:40:45 +0000 (16:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 May 2012 23:40:45 +0000 (16:40 -0700)
commit4d9b4001e0cb180b8e1c9ffd7bb4372e48f207c6
tree4cb32bb40de8465f9c5231f84c07572490473908
parentd8789b2b90aeb53ce59ac232d2ff0d8357d53893
USB: serial: visor: convert dbg() to dev_dbg()

This removes most of the dbg() calls, as they were just tracing calls,
and converts the remaining ones to dev_dbg().

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