Re: [PATCHv3 05/10] [media] rcar-vin: return correct error from platform_get_irq()

2016-09-03 Thread Sergei Shtylyov
On 08/15/2016 06:06 PM, Niklas Söderlund wrote: Fix a error from the original driver where the wrong error code is returned if the driver fails to get a IRQ number from platform_get_irq(). Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-core.c | 4 ++-- 1 file changed

[PATCHv3 05/10] [media] rcar-vin: return correct error from platform_get_irq()

2016-08-15 Thread Niklas Söderlund
Fix a error from the original driver where the wrong error code is returned if the driver fails to get a IRQ number from platform_get_irq(). Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri