Commit aee3dbcdd1f8f7dea4500824ae1ac9cfbbe71700

Authored by Giridhar Malavali
Committed by James Bottomley
1 parent 02be221556

[SCSI] qla2xxx: Remove extra call to qla82xx_check_fw_alive().

The stanadlone call to qla82xx_check_fw_alive() in qla82xx_watchdog()
is a typo, so remove it.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/scsi/qla2xxx/qla_nx.c
... ... @@ -3647,7 +3647,6 @@
3647 3647 set_bit(ISP_QUIESCE_NEEDED, &vha->dpc_flags);
3648 3648 qla2xxx_wake_dpc(vha);
3649 3649 } else {
3650   - qla82xx_check_fw_alive(vha);
3651 3650 if (qla82xx_check_fw_alive(vha)) {
3652 3651 halt_status = qla82xx_rd_32(ha,
3653 3652 QLA82XX_PEG_HALT_STATUS1);