Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e951aca1 authored by Vikas Chaudhary's avatar Vikas Chaudhary Committed by James Bottomley
Browse files

[SCSI] qla4xxx: Pass correct function param to qla4_8xxx_rd_direct

parent 19173f81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5271,7 +5271,7 @@ static int qla4xxx_probe_adapter(struct pci_dev *pdev,
		if (is_qla80XX(ha)) {
			ha->isp_ops->idc_lock(ha);
			dev_state = qla4_8xxx_rd_direct(ha,
							QLA82XX_CRB_DEV_STATE);
							QLA8XXX_CRB_DEV_STATE);
			ha->isp_ops->idc_unlock(ha);
			if (dev_state == QLA8XXX_DEV_FAILED) {
				ql4_printk(KERN_WARNING, ha, "%s: don't retry "