scsi: qedf: Add vendor identifier attribute

Link: https://lore.kernel.org/r/20210603121623.10084-3-jhasan@marvell.com
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Javed Hasan <jhasan@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Javed Hasan 2021-06-03 05:16:20 -07:00 committed by Martin K. Petersen
parent 0726af6bfc
commit adb98ec72b

View file

@ -1715,6 +1715,9 @@ static void qedf_setup_fdmi(struct qedf_ctx *qedf)
FW_MAJOR_VERSION, FW_MINOR_VERSION, FW_REVISION_VERSION,
FW_ENGINEERING_VERSION);
snprintf(fc_host_vendor_identifier(lport->host),
FC_VENDOR_IDENTIFIER, "%s", "Marvell");
}
static int qedf_lport_setup(struct qedf_ctx *qedf)