Skip to content

Commit

Permalink
pinctrl: xway: fix typo
Browse files Browse the repository at this point in the history
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: 6b4316a ("pinctrl: xway: Change structure initialisation to c99 style")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Jul 22, 2016
1 parent b941649 commit 728cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-xway.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 728cf74

Please sign in to comment.