commit | 5db51b50c10f3bf56d5c636832c5556ead90562d | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 14:16:12 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 14:16:12 2012 -0800 |
tree | 20c01bb7dd61a2b02d133e87f9bfeb5ef1fdd0af | |
parent | 8111e4ecf9373f6d76504416b0e76b18372f3598 [diff] |
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>