Skip to content

Commit b152f19

Browse files
xosevpmartinkpetersen
authored andcommitted
scsi: qla2xxx: 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 <[email protected]> Cc: James E.J. Bottomley <[email protected]> Cc: Martin K. Petersen <[email protected]> Cc: QLOGIC ML <[email protected]> Cc: LINUX SCSI ML <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent cc59f3b commit b152f19

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

drivers/scsi/qla2xxx/Kconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ config SCSI_QLA_FC
2525
Upon request, the driver caches the firmware image until
2626
the driver is unloaded.
2727

28-
Firmware images can be retrieved from:
29-
30-
http://ldriver.qlogic.com/firmware/
31-
32-
They are also included in the linux-firmware tree as well.
28+
Firmware images are included in the linux-firmware tree.
3329

3430
config TCM_QLA2XXX
3531
tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"

drivers/scsi/qla2xxx/qla_init.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8603,8 +8603,6 @@ qla24xx_load_risc_flash(scsi_qla_host_t *vha, uint32_t *srisc_addr,
86038603
return QLA_SUCCESS;
86048604
}
86058605

8606-
#define QLA_FW_URL "http://ldriver.qlogic.com/firmware/"
8607-
86088606
int
86098607
qla2x00_load_risc(scsi_qla_host_t *vha, uint32_t *srisc_addr)
86108608
{
@@ -8622,8 +8620,6 @@ qla2x00_load_risc(scsi_qla_host_t *vha, uint32_t *srisc_addr)
86228620
if (!blob) {
86238621
ql_log(ql_log_info, vha, 0x0083,
86248622
"Firmware image unavailable.\n");
8625-
ql_log(ql_log_info, vha, 0x0084,
8626-
"Firmware images can be retrieved from: "QLA_FW_URL ".\n");
86278623
return QLA_FUNCTION_FAILED;
86288624
}
86298625

0 commit comments

Comments
 (0)