iwlagn: fix ucode verify message

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>
This commit is contained in:
Johannes Berg 2011-04-05 09:42:03 -07:00 коммит произвёл John W. Linville
Родитель 3997ff39fa
Коммит 3d09cdff23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}