projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d66ce7
)
pinctrl: sirf: fix a typo in sirfsoc_gpio_probe
author
Barry Song
<Baohua.Song@csr.com>
Thu, 27 Sep 2012 09:53:39 +0000
(17:53 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 28 Sep 2012 07:27:34 +0000
(09:27 +0200)
Return 0 while probing success.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-sirf.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/pinctrl-sirf.c
b/drivers/pinctrl/pinctrl-sirf.c
index
7fca6ce
..
53aa6e2
100644
(file)
--- a/
drivers/pinctrl/pinctrl-sirf.c
+++ b/
drivers/pinctrl/pinctrl-sirf.c
@@
-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;