summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorbui duc phuc <phucduc.bui@gmail.com>2026-07-01 15:05:17 +0700
committerMark Brown <broonie@kernel.org>2026-07-02 20:00:36 +0100
commitbb7c62fdbfecfe15c98c83567f6e1de7d02e52fc (patch)
treed86acf08fdf47743fd9cfc1f0db8742cbd9a7301 /tools
parentfb5d1b1c5f8a920ee697545fa6dee16825085717 (diff)
ASoC: samsung: spdif: Preserve the original clock acquisition error
devm_clk_get() may return different error codes, including -EPROBE_DEFER. The current code overwrites the original error with -ENOENT, preventing deferred probing from working correctly. Replace dev_err() with dev_err_probe() so the original error code is preserved and propagated to the caller. Signed-off-by: bui duc phuc <phucduc.bui@gmail.com> Link: https://patch.msgid.link/20260701080517.298294-1-phucduc.bui@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions