Skip to content
Snippets Groups Projects
Commit 5c0c75d3 authored by Masanari Iida's avatar Masanari Iida Committed by Robert Jarzmik
Browse files

ARM: pxa: Fix typo in zeus.c


This patch fix a typo in struct platform_device can_regulator_device.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent c517d838
No related merge requests found
......@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
};
static struct platform_device can_regulator_device = {
.name = "reg-fixed-volage",
.name = "reg-fixed-voltage",
.id = 0,
.dev = {
.platform_data = &can_regulator_pdata,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment