iwlagn: fix ucode verify message
authorJohannes Berg <johannes.berg@intel.com>
Tue, 5 Apr 2011 16:42:03 +0000 (09:42 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 7 Apr 2011 19:51:38 +0000 (15:51 -0400)
My previous patch left a message talking about
bootstrap, but that's clearly bogus.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-ucode.c

index 9c5abff6f04ac7dcbdcce25e7ebc97fa6ca0aa37..5187a2c20644c2526773a9f09ef16747a4c338be 100644 (file)
@@ -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;
        }