projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b941649
)
pinctrl: xway: fix typo
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 22 Jul 2016 15:42:39 +0000
(17:42 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 22 Jul 2016 15:44:32 +0000
(17:44 +0200)
A typo in the previous commit to this file needs fixing.
Cc: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Fixes: 6b4316aecec0 ("pinctrl: xway: Change structure initialisation to c99 style")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-xway.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/pinctrl-xway.c
b/drivers/pinctrl/pinctrl-xway.c
index dac88a2a1693c2a95c7a3e3ffb2612648db1ed45..f3775f823e8bc693de6c40711b22729b1e36f142 100644
(file)
--- a/
drivers/pinctrl/pinctrl-xway.c
+++ b/
drivers/pinctrl/pinctrl-xway.c
@@
-1647,7
+1647,7
@@
static struct pinctrl_xway_soc danube_pinctrl = {
.funcs = danube_funcs,
.num_funcs = ARRAY_SIZE(danube_funcs),
.exin = danube_exin_pin_map,
- .num
-
exin = 3
+ .num
_
exin = 3
};
/* XWAY xRX100 Family */