Re: [PATCH] memory: tegra: Avoid double error messaging when IRQ absent

2020-06-12 Thread Dmitry Osipenko
11.06.2020 22:07, Keyur Patel пишет: > Since the commit 7723f4c ("driver core: platform: Add an error message > to platform_get_irq*()") platform_get_irq() started issuing an error message. > Thus, there is no need to have the same in the driver. > > Signed-off-by: Keyur Patel > --- > drivers/me

[PATCH] memory: tegra: Avoid double error messaging when IRQ absent

2020-06-11 Thread Keyur Patel
Since the commit 7723f4c ("driver core: platform: Add an error message to platform_get_irq*()") platform_get_irq() started issuing an error message. Thus, there is no need to have the same in the driver. Signed-off-by: Keyur Patel --- drivers/memory/tegra/mc.c | 4 +--- 1 file changed, 1 inserti