]> Git Repo - linux.git/commit
[SCSI] qla2xxx: fix timeout in qla2x00_down_timeout
authorBill Nottingham <[email protected]>
Wed, 30 May 2007 08:16:43 +0000 (04:16 -0400)
committerJames Bottomley <[email protected]>
Wed, 30 May 2007 15:15:32 +0000 (10:15 -0500)
commit88f5774b0748d6d9ebec7a39caae98c0d83b8cc8
tree5bd65aee1c4e629b60c23e97ac36450f5a254d41
parentf2f027c6e9912840020be8b78f037d5c8ac665e0
[SCSI] qla2xxx: fix timeout in qla2x00_down_timeout

iterations is unsigned, so it is impossible to get out of the loop
and return -ETIMEDOUT.

Signed-off-by: Bill Nottingham <[email protected]>
Acked-by: Seokmann Ju <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/qla2xxx/qla_os.c
This page took 0.056657 seconds and 4 git commands to generate.