Skip to content

Commit

Permalink
ARM: pxa: Fix typo in zeus.c
Browse files Browse the repository at this point in the history
This patch fix a typo in struct platform_device can_regulator_device.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
  • Loading branch information
Masanari Iida authored and Robert Jarzmik committed Feb 23, 2015
1 parent c517d83 commit 5c0c75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/zeus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c0c75d

Please sign in to comment.