From: Harvey Harrison Date: Thu, 3 Apr 2008 00:33:35 +0000 (-0700) Subject: net: marvell.c fix sparse shadowed variable warning X-Git-Tag: v2.6.25-rc9~53^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da4e37e59663bd1e9eae1d717e2ceb178a485b8;p=pandora-kernel.git net: marvell.c fix sparse shadowed variable warning The other if blocks don't redeclare temp, remove the redeclaration in the final if() block. drivers/net/phy/marvell.c:214:7: warning: symbol 'temp' shadows an earlier one drivers/net/phy/marvell.c:160:6: originally declared here Signed-off-by: Harvey Harrison Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed