Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea536366 authored by Barry Song's avatar Barry Song Committed by Linus Walleij
Browse files

pinctrl: sirf: fix a typo in sirfsoc_gpio_probe



Return 0 while probing success.

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7d66ce7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1670,6 +1670,8 @@ static int __devinit sirfsoc_gpio_probe(struct device_node *np)
		irq_set_handler_data(bank->parent_irq, bank);
	}

	return 0;

out:
	iounmap(regs);
	return err;