From: Greg Kroah-Hartman Date: Thu, 8 Mar 2012 22:16:12 +0000 (-0800) Subject: USB: serial: metro-usb: move to use dev_dbg() instead of dbg() X-Git-Tag: v3.4-rc1~184^2~22^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db51b50c10f3bf56d5c636832c5556ead90562d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed