Re: [PATCH v2 14/29] memory: emif: Silence platform_get_irq() error in driver

2020-07-24 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 09:40:23AM +0200, Krzysztof Kozlowski wrote: > The platform_get_irq() already prints error message so there is no need > to do it again in the driver. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/memory/emif.c | 5 + > 1 file changed, 1 insertion(+), 4

[PATCH v2 14/29] memory: emif: Silence platform_get_irq() error in driver

2020-07-24 Thread Krzysztof Kozlowski
The platform_get_irq() already prints error message so there is no need to do it again in the driver. Signed-off-by: Krzysztof Kozlowski --- drivers/memory/emif.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/memory/emif.c b/drivers/memory/emif.c index