diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-07-22 11:42:39 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-07-22 11:44:32 -0400 |
commit | 728cf7448c6672c1fe8f6afcd6b48366952bead6 (patch) | |
tree | 3d11e56018d1b2a365fc97c4d7a2812ecea11c25 | |
parent | b9416498d68980387ff7094785d9a49ebfa53f10 (diff) |
pinctrl: xway: fix typo
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>
-rw-r--r-- | drivers/pinctrl/pinctrl-xway.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c index dac88a2a1693..f3775f823e8b 100644 --- a/drivers/pinctrl/pinctrl-xway.c +++ b/drivers/pinctrl/pinctrl-xway.c | |||
@@ -1647,7 +1647,7 @@ static struct pinctrl_xway_soc danube_pinctrl = { | |||
1647 | .funcs = danube_funcs, | 1647 | .funcs = danube_funcs, |
1648 | .num_funcs = ARRAY_SIZE(danube_funcs), | 1648 | .num_funcs = ARRAY_SIZE(danube_funcs), |
1649 | .exin = danube_exin_pin_map, | 1649 | .exin = danube_exin_pin_map, |
1650 | .num-exin = 3 | 1650 | .num_exin = 3 |
1651 | }; | 1651 | }; |
1652 | 1652 | ||
1653 | /* XWAY xRX100 Family */ | 1653 | /* XWAY xRX100 Family */ |