diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-01-31 00:49:38 -0500 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-02-23 16:40:09 -0500 |
commit | 5c0c75d33d45a8dc7a2af815834812d41f5361e8 (patch) | |
tree | 9aab9a795ac04c49bb64ec111969a6dd0af4101f /arch/arm/mach-pxa | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: pxa: Fix typo in zeus.c
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>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/zeus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c index 205f9bf3821e..ac2ae5c71ab4 100644 --- a/arch/arm/mach-pxa/zeus.c +++ b/arch/arm/mach-pxa/zeus.c | |||
@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = { | |||
412 | }; | 412 | }; |
413 | 413 | ||
414 | static struct platform_device can_regulator_device = { | 414 | static struct platform_device can_regulator_device = { |
415 | .name = "reg-fixed-volage", | 415 | .name = "reg-fixed-voltage", |
416 | .id = 0, | 416 | .id = 0, |
417 | .dev = { | 417 | .dev = { |
418 | .platform_data = &can_regulator_pdata, | 418 | .platform_data = &can_regulator_pdata, |