wifi: iwlwifi: fix print for ECKV
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 8 Mar 2025 21:19:14 +0000 (23:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Mar 2025 09:54:01 +0000 (10:54 +0100)
The print was obviously wrong. We are handling ECKV and not WRDD in this
function.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250308231426.e006c6b21432.I318fed724709f9ee7a0c369e1cf5e1038ddd546a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/uefi.c

index b4438b1f8dad84b0a88a8480c7aa333028647a7c..386aadbce2a2defee13dc90a3e12a05241826b2e 100644 (file)
@@ -690,7 +690,7 @@ int iwl_uefi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk)
 
        if (data->revision != IWL_UEFI_ECKV_REVISION) {
                ret = -EINVAL;
-               IWL_DEBUG_RADIO(fwrt, "Unsupported UEFI WRDD revision:%d\n",
+               IWL_DEBUG_RADIO(fwrt, "Unsupported UEFI ECKV revision:%d\n",
                                data->revision);
                goto out;
        }