[PATCH 0/3] ASoC: mxs: Improve probe error handling
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
From: bui duc phuc <[email protected]> Hi all, This series improves probe error handling in the MXS ASoC drivers. Use dev_err_probe() where appropriate and remove redundant dev_err() calls when the corresponding errors are already reported by the called functions or further down the call chain. Compile-tested only. Best regards, Phuc bui duc phuc (3): ASoC: mxs-saif: Use dev_err_probe() for error handling ASoC: mxs-saif: Drop redundant probe error messages ASoC: mxs-sgtl5000: Drop redundant probe error messages sound/soc/mxs/mxs-saif.c | 21 ++++++--------------- sound/soc/mxs/mxs-sgtl5000.c | 2 -- 2 files changed, 6 insertions(+), 17 deletions(-) -- 2.43.0