From: Greg Kroah-Hartman Date: Wed, 2 May 2012 04:32:59 +0000 (-0700) Subject: USB: xpad.c: remove dbg() usage X-Git-Tag: v3.5-rc1~149^2~229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f0bbcd1d53dc40e2ac56f2ab116f9ba612a8ee;p=pandora-kernel.git USB: xpad.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. CC: Dmitry Torokhov CC: "Magnus Hörlin" CC: Rusty Russell CC: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed