linux/drivers/scsi/arcmsr
Dan Carpenter 6ad819b06d [SCSI] arcmsr: fix misuse of | instead of &
ARCMSR_ARC1880_DiagWrite_ENABLE is 0x00000080 so (x | 0x00000080) is
never zero.  The intent here was to test that loop until
ARCMSR_ARC1880_DiagWrite_ENABLE was turned on, but because the test was
wrong, we would do five loops regardless of whether it succeed or not.

Also I simplified the condition a little by removing the unused
assignement.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-07-20 08:58:31 +01:00
..
Makefile [SCSI] arcmsr: initial driver, version 1.20.00.13 2006-07-28 14:13:40 -05:00
arcmsr.h [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200 2011-01-24 11:19:59 -06:00
arcmsr_attr.c [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200 2011-01-24 11:19:59 -06:00
arcmsr_hba.c [SCSI] arcmsr: fix misuse of | instead of & 2012-07-20 08:58:31 +01:00