From: Greg Kroah-Hartman Date: Wed, 2 May 2012 04:34:07 +0000 (-0700) Subject: USB: uss720.c: remove dbg() usage X-Git-Tag: v3.5-rc1~149^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2d281060fad7ef9220b8c051da38eae6c5f366;p=pandora-kernel.git USB: uss720.c: remove dbg() usage dbg() was a very old USB-specific macro that should no longer be used. This patch removes it from being used in the driver and uses dev_dbg() instead. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed