Browse Source

[SCSI] megaraid_sas: Fix FastPath I/O to work on degraded raid 1

Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
adam radford 14 years ago
parent
commit
db21b6f41b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/scsi/megaraid/megaraid_sas_fp.c

+ 0 - 1
drivers/scsi/megaraid/megaraid_sas_fp.c

@@ -288,7 +288,6 @@ u8 MR_GetPhyParams(u32 ld, u64 stripRow, u16 stripRef, u64 *pdBlock,
 				/* Get dev handle from Pd */
 				*pDevHandle = MR_PdDevHandleGet(pd, map);
 		}
-		retval = FALSE;
 	}
 
 	*pdBlock += stripRef + MR_LdSpanPtrGet(ld, span, map)->startBlk;