USB: serial: cyberjack.c: remove dbg() usage
commit96fc8e8d8551f4d67b54982175b412c4e1b8d395
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:14 +0000 (13 17:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 00:18:14 +0000 (13 17:18 -0700)
tree058ee77a42a25ff734422292fbe839085eb5f884
parent660f3b1410d327e8cd29adb5b834caa66ebbd7d4
USB: serial: cyberjack.c: remove dbg() usage

dbg() was a very old USB-serial-specific macro.
This patch removes it from being used in the
driver and uses dev_dbg() instead.

CC: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cyberjack.c