Re: [PATCH v2 1/3] i2c: exynos5: remove duplicate error message

2020-11-02 Thread Krzysztof Kozlowski
On Sun, Nov 01, 2020 at 06:18:05PM +0100, Martin Kaiser wrote: > platform_get_irq already prints an error message if the requested irq > was not found. Don't print another message in the driver. > > Signed-off-by: Martin Kaiser > --- > changes in v2 > - split the patch in three parts > > driver

[PATCH v2 1/3] i2c: exynos5: remove duplicate error message

2020-11-01 Thread Martin Kaiser
platform_get_irq already prints an error message if the requested irq was not found. Don't print another message in the driver. Signed-off-by: Martin Kaiser --- changes in v2 - split the patch in three parts drivers/i2c/busses/i2c-exynos5.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dri