]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: f81232.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 23:27:17 +0000 (16:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 23:27:17 +0000 (16:27 -0700)
commita94e9b94cc9b6d193bc69e6c9a3044aed4b7a5d9
tree158aa2aea369d04f2977d7a1139a8a8899718b37
parentc89aa63898f2238cd3c6537963a82b05146b9338
USB: f81232.c: remove dbg() usage

dbg() is a usb-serial specific macro.  This patch converts
the f81232.c driver to use dev_dbg() instead to tie into the
dynamic debug infrastructure.

CC: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/f81232.c