From 6543c4c316ebe03e6afa5235544df78c26643c14 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Tue, 30 Sep 2025 18:59:52 +0300 Subject: [PATCH] qla2x00t-32gbit: Remove firmware URL The historic QLogic firmware URL redirects to a Marvell page that only provides drivers. Refer to linux-firmware instead. Cc: Nilesh Javali Cc: James E.J. Bottomley Cc: Martin K. Petersen Cc: QLOGIC ML Cc: LINUX SCSI ML Signed-off-by: Xose Vazquez Perez Link: https://lore.kernel.org/r/20250624190926.115009-1-xose.vazquez@gmail.com Signed-off-by: Martin K. Petersen [ commit b152f199fa43 upstream ] --- qla2x00t-32gbit/Kconfig | 6 +----- qla2x00t-32gbit/qla_init.c | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/qla2x00t-32gbit/Kconfig b/qla2x00t-32gbit/Kconfig index f82ae0ba0..2b047bb1b 100644 --- a/qla2x00t-32gbit/Kconfig +++ b/qla2x00t-32gbit/Kconfig @@ -25,11 +25,7 @@ config SCSI_QLA_FC Upon request, the driver caches the firmware image until the driver is unloaded. - Firmware images can be retrieved from: - - http://ldriver.qlogic.com/firmware/ - - They are also included in the linux-firmware tree as well. + Firmware images are included in the linux-firmware tree. config SCSI_QLA2XXX_TARGET bool "QLogic 2xxx target mode support" diff --git a/qla2x00t-32gbit/qla_init.c b/qla2x00t-32gbit/qla_init.c index 950b72f7b..4799315c0 100644 --- a/qla2x00t-32gbit/qla_init.c +++ b/qla2x00t-32gbit/qla_init.c @@ -8606,8 +8606,6 @@ failed: return QLA_SUCCESS; } -#define QLA_FW_URL "http://ldriver.qlogic.com/firmware/" - int qla2x00_load_risc(scsi_qla_host_t *vha, uint32_t *srisc_addr) { @@ -8625,8 +8623,6 @@ qla2x00_load_risc(scsi_qla_host_t *vha, uint32_t *srisc_addr) if (!blob) { ql_log(ql_log_info, vha, 0x0083, "Firmware image unavailable.\n"); - ql_log(ql_log_info, vha, 0x0084, - "Firmware images can be retrieved from: "QLA_FW_URL ".\n"); return QLA_FUNCTION_FAILED; }