Michal Kazior <michal.kazior@xxxxxxxxx> writes: > Some errors were handled too silently. Also add a > print indicating BMI is booted. > > Signed-off-by: Michal Kazior <michal.kazior@xxxxxxxxx> [...] > static int ath10k_pci_hif_power_up(struct ath10k *ar) > @@ -1860,8 +1862,10 @@ static int ath10k_pci_hif_power_up(struct ath10k *ar) > ath10k_do_pci_wake(ar); > > ret = ath10k_pci_ce_init(ar); > - if (ret) > + if (ret) { > + ath10k_err("could not initialize CE (%d)\n", ret); "could not initialize CE: %d\n" That comment applies to all the error codes printed. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html