提交 728cf744 编写于 作者: L Linus Walleij

pinctrl: xway: fix typo

A typo in the previous commit to this file needs fixing.

Cc: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Fixes: 6b4316ae ("pinctrl: xway: Change structure initialisation to c99 style")
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 b9416498
...@@ -1647,7 +1647,7 @@ static struct pinctrl_xway_soc danube_pinctrl = { ...@@ -1647,7 +1647,7 @@ static struct pinctrl_xway_soc danube_pinctrl = {
.funcs = danube_funcs, .funcs = danube_funcs,
.num_funcs = ARRAY_SIZE(danube_funcs), .num_funcs = ARRAY_SIZE(danube_funcs),
.exin = danube_exin_pin_map, .exin = danube_exin_pin_map,
.num-exin = 3 .num_exin = 3
}; };
/* XWAY xRX100 Family */ /* XWAY xRX100 Family */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册