]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath11k: Silence remoteproc probe deferral prints
authorBjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Thu, 12 Feb 2026 14:52:52 +0000 (08:52 -0600)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Mon, 2 Mar 2026 21:02:05 +0000 (13:02 -0800)
commit6508c9752451a7e5e44a325e8563897a67f5344b
tree203571bd84fae7621d9662e0ea5fc523d1bef379
parentff49eba595df500e4ddccc593088c8a4ab5f2c27
wifi: ath11k: Silence remoteproc probe deferral prints

Upon failing to resolve the remoteproc phandle one ath11k_dbg() and one
ath11k_err() is used to tell the user about the (presumably) temporary
failure.

Reduce the log spam by removing the duplicate print and switching to
dev_err_probe(), in line with how ath12k handles this error.

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20260212-ath11k-silence-probe-deferr-v1-1-b8a49bb3c332@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath11k/ahb.c