commit | eeb37ac87459f8e86d53243bd97e0c086de7eb87 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Thu Feb 14 10:45:23 2008 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Feb 15 13:50:56 2008 -0500 |
tree | 798c9d04e2d3303cc5d12b64a1b8a13a0f317aad | |
parent | 08f01058fe8fcf0d4d69d96d667c51d52859b31d [diff] |
ata: fix sparse warning in libata-core.c rc is used to test the return value and possibly return an error. No need to redeclare inside the loop. drivers/ata/libata-core.c:7089:7: warning: symbol 'rc' shadows an earlier one drivers/ata/libata-core.c:7030:9: originally declared here Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>