USB: serial: metro-usb: move to use dev_dbg() instead of dbg()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 22:16:12 +0000 (14:16 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 22:16:12 +0000 (14:16 -0800)
commit5db51b50c10f3bf56d5c636832c5556ead90562d
tree20c01bb7dd61a2b02d133e87f9bfeb5ef1fdd0af
parent8111e4ecf9373f6d76504416b0e76b18372f3598
USB: serial: metro-usb: move to use dev_dbg() instead of dbg()

This properly ties the driver into the dynamic debug system and provides
the needed device identification when the messages are printed out.

It also removes a ton of checkpatch warnings as well, which is always a
nice validation that it's the correct thing to do.

Cc: Aleksey Babahin <tamerlan311@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/metro-usb.c