From: Harvey Harrison Date: Thu, 14 Feb 2008 18:45:23 +0000 (-0800) Subject: ata: fix sparse warning in libata-core.c X-Git-Tag: v2.6.25-rc3~137^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb37ac87459f8e86d53243bd97e0c086de7eb87;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed