Re: [PATCH V2 1/4] drm/v3d: Use platform_get_irq_optional() to get optional IRQs

2021-01-07 Thread Maxime Ripard
On Wed, Dec 23, 2020 at 09:35:11PM +0100, Stefan Wahren wrote: > From: Nicolas Saenz Julienne > > Aside from being more correct, the non optional version of the function > prints an error when failing to find the IRQ. > > Signed-off-by: Nicolas Saenz Julienne > Signed-off-by: Stefan Wahren

[PATCH V2 1/4] drm/v3d: Use platform_get_irq_optional() to get optional IRQs

2020-12-23 Thread Stefan Wahren
From: Nicolas Saenz Julienne Aside from being more correct, the non optional version of the function prints an error when failing to find the IRQ. Signed-off-by: Nicolas Saenz Julienne Signed-off-by: Stefan Wahren --- drivers/gpu/drm/v3d/v3d_irq.c | 2 +- 1 file changed, 1 insertion(+), 1