commit | 5ab063e397d9f6fcadb37a07465efcc87f9e9345 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Feb 13 21:14:14 2008 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Feb 15 13:51:03 2008 -0500 |
tree | 07f277c327cb37dcc9201ea2671e4176e751e723 | |
parent | 48e1f800eaa08eefe00476b83a7983b707d31848 [diff] |
ata: fix sparse warnings in sata_mv.c pp is never used again in this function, no need to declare a new one. drivers/ata/sata_mv.c:1545:24: warning: symbol 'pp' shadows an earlier one drivers/ata/sata_mv.c:1501:22: originally declared here drivers/ata/sata_mv.c:1553:24: warning: symbol 'pp' shadows an earlier one drivers/ata/sata_mv.c:1501:22: originally declared here Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>