commit | 5da4e37e59663bd1e9eae1d717e2ceb178a485b8 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Apr 02 17:33:35 2008 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Apr 04 17:26:15 2008 -0400 |
tree | 30ee6ad85d368c4c6dbdec209583faf152f4bf0f | |
parent | b2a5c19ca0315723cecb9489ff8b67c4f17367b4 [diff] |
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 <harvey.harrison@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>