mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:56:42 +07:00
scsi: qla2xxx: Clear fc4f_nvme flag
Signed-off-by: Darren Trap <darren.trap@cavium.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
d32041ec95
commit
1a28faa010
@ -4937,6 +4937,7 @@ qla2x00_find_all_fabric_devs(scsi_qla_host_t *vha)
|
||||
new_fcport->fc4_type = swl[swl_idx].fc4_type;
|
||||
|
||||
new_fcport->nvme_flag = 0;
|
||||
new_fcport->fc4f_nvme = 0;
|
||||
if (vha->flags.nvme_enabled &&
|
||||
swl[swl_idx].fc4f_nvme) {
|
||||
new_fcport->fc4f_nvme =
|
||||
|
Loading…
Reference in New Issue
Block a user