Skip to content

Commit 8ab64d7

Browse files
aborzeszwesteri
authored andcommitted
thunderbolt: Update deprecated firmware update site in icm.c
Update leftover reference to Thunderbolt firmware upgrade site (thunderbolttechnology.net) with the preferred method described in Documentation/admin-guide/thunderbolt.rst. Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
1 parent d776e80 commit 8ab64d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/thunderbolt/icm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ static int icm_driver_ready(struct tb *tb)
20002000
if (icm->safe_mode) {
20012001
tb_info(tb, "Thunderbolt host controller is in safe mode.\n");
20022002
tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n");
2003-
tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n");
2003+
tb_info(tb, "Use fwupd tool to apply update. Check Documentation/admin-guide/thunderbolt.rst for details.\n");
20042004
return 0;
20052005
}
20062006

0 commit comments

Comments
 (0)