Re: [PATCH v2 2/3] i2c: exynos5: fix platform_get_irq error handling

2020-11-02 Thread Krzysztof Kozlowski
On Sun, Nov 01, 2020 at 06:18:06PM +0100, Martin Kaiser wrote: > If platform_get_irq returns an error, relay this error to the caller of > the probe function. Don't change all errors to -EINVAL. This breaks the > case where platform_get_irq returns -EPROBE_DEFER. > > Signed-off-by: Martin Kaiser

[PATCH v2 2/3] i2c: exynos5: fix platform_get_irq error handling

2020-11-01 Thread Martin Kaiser
If platform_get_irq returns an error, relay this error to the caller of the probe function. Don't change all errors to -EINVAL. This breaks the case where platform_get_irq returns -EPROBE_DEFER. Signed-off-by: Martin Kaiser --- changes in v2 - split the patch in three parts