]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit242c2a90cb11f6b363d73d822bbfb41357297db3
tree4cb32bb40de8465f9c5231f84c07572490473908
parentb547575fb4c0cce937e83fe20400ed87c7208082
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