git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018d982
)
ata: fix sparse warning in sata_promise.c
author
Harvey Harrison
<harvey.harrison@gmail.com>
Thu, 14 Feb 2008 05:14:08 +0000
(21:14 -0800)
committer
Jeff Garzik
<jeff@garzik.org>
Fri, 15 Feb 2008 18:50:59 +0000
(13:50 -0500)
drivers/ata/sata_promise.c:546:15: warning: symbol 'len' shadows an earlier one
drivers/ata/sata_promise.c:538:6: originally declared here
len is set again immediately after the loop, so this is safe.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found