Re: [PATCH v2 0/6] ASoC: samsung: Improve probe error handling

From: Cezary Rojewski

Date: Wed Aug 12 2026 - 05:44:46 EST


On 8/12/2026 10:51 AM, phucduc.bui@xxxxxxxxx wrote:
From: bui duc phuc <phucduc.bui@xxxxxxxxx>

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 <cezary.rojewski@xxxxxxxxx>