On Sat, Apr 17, 2021 at 10:05:05PM +0300, Sergey Shtylyov wrote: > While adding the invalid IRQ check after calling platform_get_irq(), > I managed to overlook that the driver has a complex error path in its > probe() method, thus a simple *return* couldn't be used. Use a proper > *goto* instead! > > Fixes: e5b2e3e74201 ("i2c: sh7760: add IRQ check") > Signed-off-by: Sergey Shtylyov > Applied to for-next, thanks!