diff options
author | Cristian Ciocaltea <[email protected]> | 2023-09-07 20:10:01 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-09-11 13:34:34 +0100 |
commit | 4bb5870ab60abca6ad18196090831b5e4cf82d93 (patch) | |
tree | bfcf0cb9e8a01a24c633dcf11964c766557f10ff /lib/netdev-notifier-error-inject.c | |
parent | a9a3f54a23d844971c274f352500dddeadb4412c (diff) |
ASoC: cs35l41: Handle mdsync_up reg write errors
The return code of regmap_multi_reg_write() call related to "MDSYNC up"
sequence is shadowed by the subsequent regmap_read_poll_timeout()
invocation, which will hit a timeout in case the write operation above
fails.
Make sure cs35l41_global_enable() returns the correct error code instead
of -ETIMEDOUT.
Additionally, to be able to distinguish between the timeouts of
wait_for_completion_timeout() and regmap_read_poll_timeout(), print an
error message for the former and return immediately. This also avoids
having to wait unnecessarily for the second time.
Fixes: f8264c759208 ("ALSA: cs35l41: Poll for Power Up/Down rather than waiting a fixed delay")
Signed-off-by: Cristian Ciocaltea <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Reviewed-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions