]> git.ipfire.org Git - thirdparty/linux.git/commit
soundwire: qcom: Log clk_get("iface") failures
authorBjorn Andersson <quic_bjorande@quicinc.com>
Fri, 21 Jul 2023 16:49:01 +0000 (09:49 -0700)
committerVinod Koul <vkoul@kernel.org>
Thu, 21 Sep 2023 09:33:40 +0000 (11:33 +0200)
commit95b0f3aa71eb09d067d89395fdb7f2dd87feae18
tree72468e8274d6d8fa9a2288f9d3497381d2dfaa41
parent16d568c8f646933710c980783d87d3f59a89b563
soundwire: qcom: Log clk_get("iface") failures

Failing to acquire the iface clock makes probing of the Qualcomm
SoundWire driver fail without providing any indication to the user. Make
the driver log the error to aid debugging system configuration issues.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230721164901.2155287-1-quic_bjorande@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/qcom.c