From: David Daney Date: Tue, 25 Jan 2011 17:59:35 +0000 (-0800) Subject: USB: EHCI: Cleanup and rewrite ehci_vdgb(). X-Git-Tag: v2.6.39-rc1~472^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1cadb9dd9130345d59638f5b6a8a4982c2b34a;p=pandora-kernel.git USB: EHCI: Cleanup and rewrite ehci_vdgb(). The vdbg macro is not used anywhere so it can be removed. With pre-release GCC-4.6, there are several complaints of variables that are 'set but not used' caused by the ehci_vdbg() macro expanding to something that does not contain any of its arguments. We can quiet this warning by rewriting ehci_vdbg() as a variadic static inline that does nothing. Signed-off-by: David Daney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed