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

Commit 80de7efa authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

[SCSI] qla2xxx: ISP21xx/22xx do not support FDMI registrations.

parent f9e899eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1674,6 +1674,10 @@ int
qla2x00_fdmi_register(scsi_qla_host_t *vha)
{
	int rval;
       struct qla_hw_data *ha = vha->hw;

	if (IS_QLA2100(ha) || IS_QLA2200(ha))
		return QLA_FUNCTION_FAILED;

	rval = qla2x00_mgmt_svr_login(vha);
	if (rval)