diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2010-08-10 21:01:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:00 -0400 |
commit | d8187b945aa4ed9ea298518e3dac691ea09724e5 (patch) | |
tree | 003fb86fa4b9e5b4419482263709689a63e11377 /drivers/scsi/in2000.c | |
parent | 702a98c63355b74aec50897870eb1c89b5009cfb (diff) |
dc395x: decrease iteration for tag_number of max_command in start_scsi()
The tag_number reaches dcb->max_command + 1 after the loop, but when
the tag_number equals dcb->max_command an error message is already
issued. The last iteration therefore appears obsolete.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Oliver Neukum <oliver@neukum.name>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/scsi/in2000.c')
0 files changed, 0 insertions, 0 deletions