[PATCH] drivers/scsi/sym53c416.c: fix a wrong check
authorAdrian Bunk <bunk@stusta.de>
Thu, 5 May 2005 23:16:22 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:51 +0000 (16:36 -0700)
commitb6f0b0d016a254ff583fec26f2c9e21c1ae2fdf3
tree08a1ef868a241b971de601c7698b58deaadfe340
parentf59154c53fac0bfee52393247beadf0474770351
[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>
drivers/scsi/sym53c416.c