提交 5c0c75d3 编写于 作者: M Masanari Iida 提交者: Robert Jarzmik

ARM: pxa: Fix typo in zeus.c

This patch fix a typo in struct platform_device can_regulator_device.
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Acked-by: NDaniel Mack <daniel@zonque.org>
Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 c517d838
...@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = { ...@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
}; };
static struct platform_device can_regulator_device = { static struct platform_device can_regulator_device = {
.name = "reg-fixed-volage", .name = "reg-fixed-voltage",
.id = 0, .id = 0,
.dev = { .dev = {
.platform_data = &can_regulator_pdata, .platform_data = &can_regulator_pdata,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册