Re: [PATCH v2 3/3] i2c: exynos5: don't check for irq 0

2020-11-02 Thread Krzysztof Kozlowski
On Sun, Nov 01, 2020 at 06:18:07PM +0100, Martin Kaiser wrote: > platform_get_irq never returns 0. Don't check for this. Make it clear that > the error path always returns a negative error code. > > Signed-off-by: Martin Kaiser > --- > changes in v2 > - split the patch in three parts > > driver

[PATCH v2 3/3] i2c: exynos5: don't check for irq 0

2020-11-01 Thread Martin Kaiser
platform_get_irq never returns 0. Don't check for this. Make it clear that the error path always returns a negative error code. Signed-off-by: Martin Kaiser --- changes in v2 - split the patch in three parts drivers/i2c/busses/i2c-exynos5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)