Re: [PATCH 1/6] ASoC: samsung: aries_wm8994: Preserve gpiod_to_irq() error codes
Cezary Rojewski <[email protected]>
| Newsgroups | gmane.linux.sound,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/2026 11:05 AM, [email protected] wrote: > From: bui duc phuc <[email protected]> > > gpiod_to_irq() can currently return several error codes, including > -ENXIO, -ENODEV, -EPROBE_DEFER, and -EINVAL. > > Return the original error code instead of overwriting it with -EINVAL, > so that the actual failure reason is preserved. Reviewed-by: Cezary Rojewski <[email protected]>