diff options
author | adam radford <aradford@gmail.com> | 2012-10-01 19:27:27 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-09 11:20:41 +0100 |
commit | a3a922099cb4952a6347966e692a8810ca7ffd1b (patch) | |
tree | c023b40cda0a1619fbe65bf5d1374490a2c8906a /drivers/scsi/megaraid/megaraid_sas_base.c | |
parent | 8ead581609281720cf7388f989eb6570ff4e5551 (diff) |
[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_base.c')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas_base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c index 427a658d44a..d107a3ed46c 100644 --- a/drivers/scsi/megaraid/megaraid_sas_base.c +++ b/drivers/scsi/megaraid/megaraid_sas_base.c @@ -5241,7 +5241,6 @@ megasas_aen_polling(struct work_struct *work) case MR_EVT_PD_REMOVED: if (megasas_get_pd_list(instance) == 0) { - megasas_get_pd_list(instance); for (i = 0; i < MEGASAS_MAX_PD_CHANNELS; i++) { for (j = 0; j < MEGASAS_MAX_DEV_PER_CHANNEL; |