Re: [PATCH v2 0/6] ASoC: samsung: Improve probe error handling
Cezary Rojewski <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/2026 10:51 AM, [email protected] wrote: > 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. > > Changes in v2: > - Add Cezary Rojewski's Reviewed-by tag. > - Update the commit message. Thank you for the update, LGTM: Reviewed-by: Cezary Rojewski <[email protected]>