commit | b6f0b0d016a254ff583fec26f2c9e21c1ae2fdf3 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu May 05 16:16:22 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu May 05 16:36:51 2005 -0700 |
tree | 08a1ef868a241b971de601c7698b58deaadfe340 | |
parent | f59154c53fac0bfee52393247beadf0474770351 [diff] |
[PATCH] drivers/scsi/sym53c416.c: fix a wrong check The Coverity checker found that this for loop was wrong. This patch changes it to what seems to be intended. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: James Bottomley <James.Bottomley@steeleye.com> Cc: Matthew Wilcox <willy@debian.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>