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

Skip to content
Snippets Groups Projects
Commit b091f369 authored by Kalle Valo's avatar Kalle Valo
Browse files

ath10k: fix otp board id error message


We check board id from all board types, not just qca99x0, so the error message
was misleading.

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent bb58b89c
No related branches found
No related tags found
No related merge requests found
......@@ -1753,7 +1753,7 @@ static int ath10k_core_probe_fw(struct ath10k *ar)
ret = ath10k_core_get_board_id_from_otp(ar);
if (ret && ret != -EOPNOTSUPP) {
ath10k_err(ar, "failed to get board id from otp for qca99x0: %d\n",
ath10k_err(ar, "failed to get board id from otp: %d\n",
ret);
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment