On 4/4/21 8:52 PM, Sergey Shtylyov wrote: > The driver neglects to check the result of platform_get_irq()'s call and > blithely passes the negative error codes to devm_request_irq() (which > takes *unsigned* IRQ #), causing it to fail with -EINVAL, overriding > an original error code. Stop calling devm_request_irq() with the > invalid IRQ #s. > > Fixes: 6ccbe607132b ("i2c: add Renesas R-Car I2C driver") > Signed-off-by: Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx> Sorry, forgot to mention that this patch is against the 'master' branch of Wolfram's 'linux.git' repo... MBR, Sergey