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

Commit 808ff697 authored by Reinette Chatre's avatar Reinette Chatre Committed by John W. Linville
Browse files

iwlwifi: correct log level when error occurs



user needs to see this message even if debugging disabled

Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 18d426c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3359,7 +3359,7 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
	/* amp init */
	/* amp init */
	err = priv->cfg->ops->lib->apm_ops.init(priv);
	err = priv->cfg->ops->lib->apm_ops.init(priv);
	if (err < 0) {
	if (err < 0) {
		IWL_DEBUG_INFO(priv, "Failed to init APMG\n");
		IWL_ERR(priv, "Failed to init APMG\n");
		goto out_iounmap;
		goto out_iounmap;
	}
	}
	/*****************
	/*****************