diff options
author | adam radford <aradford@gmail.com> | 2012-10-02 04:27:27 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-09 12:20:41 +0200 |
commit | a3a922099cb4952a6347966e692a8810ca7ffd1b (patch) | |
tree | c023b40cda0a1619fbe65bf5d1374490a2c8906a /drivers/scsi/megaraid/megaraid_sas_fusion.c | |
parent | [SCSI] megaraid_sas: Add SystemPD FastPath support (diff) | |
download | linux-a3a922099cb4952a6347966e692a8810ca7ffd1b.tar.xz linux-a3a922099cb4952a6347966e692a8810ca7ffd1b.zip |
[SCSI] megaraid_sas: Remove duplicate code
Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas_fusion.c')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas_fusion.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c index 93ebcac44e04..21eb0fcd7a56 100644 --- a/drivers/scsi/megaraid/megaraid_sas_fusion.c +++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c @@ -1733,8 +1733,6 @@ complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex) if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) return IRQ_NONE; - d_val.word = desc->Words; - num_completed = 0; while ((d_val.u.low != UINT_MAX) && (d_val.u.high != UINT_MAX)) { |