commit | 1377d8dd7e1b5526637958aabb5427bbee5a68d7 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Apr 23 12:51:10 2008 +0300 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sun Apr 27 12:19:55 2008 -0500 |
tree | ed545c51f083c8470830b008ea71fd5f2454b643 | |
parent | 2b48aed182c65b3387b076364ab286c445aa4a93 [diff] |
[SCSI] FlashPoint: fix off-by-one errors This patch fixes off-by-one errors in error checks (the variables are used as array indexes for arrays with MAX_SCSI_TAR resp. MAX_LUN elements) spotted by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>