On Mon, Jun 10, 2019 at 7:13 PM Grygorii Strashko <[email protected]> wrote:
> From: Russell King <[email protected]> > > The irq_startup() method returns an unsigned int, but in __irq_startup() > it is assigned to an int. However, nothing checks for errors, so any > error that is returned is ignored. > > Remove the check for GPIO-input mode and the error return. > > Signed-off-by: Russell King <[email protected]> > Signed-off-by: Grygorii Strashko <[email protected]> Patch applied. Yours, Linus Walleij

