From: Zi Shen Lim Date: Wed, 23 Apr 2014 03:04:42 +0000 (-0700) Subject: smc91x: improve definition of debug macros X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a450a685791d12c0a477b75d630d6ae66acab9a7;p=pandora-kernel.git smc91x: improve definition of debug macros Redefine some macros that were conditioned upon SMC_DEBUG level. By allowing compiler to verify parameters used by these macros unconditionally, we can flag compilation failures. Compiler will still optimize out the unused code path depending on SMC_DEBUG, so this is a net gain. Signed-off-by: Joe Perches Signed-off-by: Zi Shen Lim Signed-off-by: David S. Miller --- Reading git-diff-tree failed