Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d09cdff authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

iwlagn: fix ucode verify message



My previous patch left a message talking about
bootstrap, but that's clearly bogus.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3997ff39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -606,7 +606,7 @@ static void iwl_print_mismatch_inst(struct iwl_priv *priv,
int iwl_verify_ucode(struct iwl_priv *priv, struct fw_desc *fw_desc)
{
	if (!iwlcore_verify_inst_sparse(priv, fw_desc)) {
		IWL_DEBUG_INFO(priv, "Bootstrap uCode is good in inst SRAM\n");
		IWL_DEBUG_INFO(priv, "uCode is good in inst SRAM\n");
		return 0;
	}