[PATCH 0/6] ASoC: samsung: Improve probe error handling
| Newsgroups | gmane.linux.sound,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
From: bui duc phuc <[email protected]> Hi all, This series improves probe error handling in several Samsung ASoC drivers. Preserve the original error code from gpiod_to_irq() and use dev_err_probe() where appropriate. Also remove redundant probe error messages where the called functions already report the error. Compile-tested only. Best regards, Phuc bui duc phuc (6): ASoC: samsung: aries_wm8994: Preserve gpiod_to_irq() error codes ASoC: samsung: aries_wm8994: Drop redundant probe error messages ASoC: samsung: pcm: Use dev_err_probe() for error handling ASoC: samsung: pcm: Drop redundant probe error messages ASoC: samsung: spdif: Drop redundant probe error messages ASoC: samsung: tm2_wm5110: Drop redundant probe error messages sound/soc/samsung/aries_wm8994.c | 14 ++++---------- sound/soc/samsung/pcm.c | 19 +++++++------------ sound/soc/samsung/spdif.c | 8 ++------ sound/soc/samsung/tm2_wm5110.c | 12 +++--------- 4 files changed, 16 insertions(+), 37 deletions(-) -- 2.43.0