]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: qla2xxx: Use common update-firmware-options routine for ISP27xx+
authorAndrew Vasquez <andrewv@marvell.com>
Fri, 26 Jul 2019 16:07:37 +0000 (09:07 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 7 Aug 2019 22:08:12 +0000 (18:08 -0400)
Leverage the generic routine, qla24xx_update_fw_options(), for the
configuration of firmware options for ISP27xx/ISP28xx.

Signed-off-by: Andrew Vasquez <andrewv@marvell.com>
Signed-off-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_os.c

index 73655c81ab77d4fc31f516e4b988b2ef95df1ca8..17a3f91ba5a31e8f7a8dc3ca8052d1d537cd6db1 100644 (file)
@@ -2491,7 +2491,7 @@ static struct isp_operations qla27xx_isp_ops = {
        .config_rings           = qla24xx_config_rings,
        .reset_adapter          = qla24xx_reset_adapter,
        .nvram_config           = qla81xx_nvram_config,
-       .update_fw_options      = qla81xx_update_fw_options,
+       .update_fw_options      = qla24xx_update_fw_options,
        .load_risc              = qla81xx_load_risc,
        .pci_info_str           = qla24xx_pci_info_str,
        .fw_version_str         = qla24xx_fw_version_str,