提交 3d09cdff 编写于 作者: J Johannes Berg 提交者: John W. Linville

iwlagn: fix ucode verify message

My previous patch left a message talking about
bootstrap, but that's clearly bogus.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 3997ff39
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册