diff options
author | James Smart <james.smart@emulex.com> | 2014-02-20 09:57:08 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 10:18:56 -0700 |
commit | 6ff8556d5f86681c164fc9d05e617e160f79f264 (patch) | |
tree | bd6bd99af5e09898ae8e8123afdfba03f7417b86 /drivers/scsi/lpfc/lpfc_hbadisc.c | |
parent | 1ba981fd3ad1f91b8bb205ce6aac6aad45f2fa7a (diff) | |
download | blackbird-op-linux-6ff8556d5f86681c164fc9d05e617e160f79f264.tar.gz blackbird-op-linux-6ff8556d5f86681c164fc9d05e617e160f79f264.zip |
[SCSI] lpfc 8.3.45: Incorporate changes to use reason in change_queue_depth function.
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hbadisc.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 6fee16030e40..5aeceb61bd91 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c @@ -674,8 +674,6 @@ lpfc_work_done(struct lpfc_hba *phba) lpfc_fdmi_timeout_handler(vport); if (work_port_events & WORKER_RAMP_DOWN_QUEUE) lpfc_ramp_down_queue_handler(phba); - if (work_port_events & WORKER_RAMP_UP_QUEUE) - lpfc_ramp_up_queue_handler(phba); if (work_port_events & WORKER_DELAYED_DISC_TMO) lpfc_delayed_disc_timeout_handler(vport); } |