]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
thunderbolt: Update deprecated firmware update site in icm.c
authorAlan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Mon, 8 Sep 2025 12:41:50 +0000 (14:41 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 3 Nov 2025 11:01:53 +0000 (12:01 +0100)
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>
drivers/thunderbolt/icm.c

index f213d9174dc57407667679921e20dda8447500b2..66092febb40de22254942f5049f6aaa5c337c122 100644 (file)
@@ -2000,7 +2000,7 @@ static int icm_driver_ready(struct tb *tb)
        if (icm->safe_mode) {
                tb_info(tb, "Thunderbolt host controller is in safe mode.\n");
                tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n");
-               tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n");
+               tb_info(tb, "Use fwupd tool to apply update. Check Documentation/admin-guide/thunderbolt.rst for details.\n");
                return 0;
        }