Re: [PATCH v2 0/2] ASoC: codecs: lpass-{wsa,va}-macro: check clk_set_rate() return value
From: Cezary Rojewski
Date: Wed Jul 15 2026 - 09:51:49 EST
On 7/15/2026 1:55 PM, Ajay Kumar Nandam wrote:
clk_set_rate() returns 0 on success or a negative errno on failure butNot CC'ing reviewers is frowned upon on the list.
the WSA and VA macro probe functions are ignoring it. This series adds
return value checking and bails out of probe on failure.
This mirrors the same fix already posted for the TX and RX macros [1].
[1] https://lore.kernel.org/all/20260707-xo-sd-codec-tx-rx-v2-3-f61b4622f97f@xxxxxxxxxxxxxxxx/
Signed-off-by: Ajay Kumar Nandam <ajay.nandam@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- Use present tense in commit messages
- Carry Reviewed-by tag from Konrad
- Link to v1: https://patch.msgid.link/20260715-xo-sd-codec-wsa-va-clk-set-rate-v1-0-f0c713ff0b4e@xxxxxxxxxxxxxxxx
Nonetheless, thank you for addressing the comments. For the series:
Reviewed-by: Cezary Rojewski <cezary.rojewski@xxxxxxxxx>