projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517d83
)
ARM: pxa: Fix typo in zeus.c
author
Masanari Iida
<standby24x7@gmail.com>
Sat, 31 Jan 2015 05:49:38 +0000
(14:49 +0900)
committer
Robert Jarzmik
<robert.jarzmik@free.fr>
Mon, 23 Feb 2015 21:40:09 +0000
(22:40 +0100)
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>
arch/arm/mach-pxa/zeus.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/zeus.c
b/arch/arm/mach-pxa/zeus.c
index 205f9bf3821e30236d579021f09d1157a6c3fee5..ac2ae5c71ab45b7428440ee8925b121533ba9509 100644
(file)
--- 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 = {
};
static struct platform_device can_regulator_device = {
- .name = "reg-fixed-volage",
+ .name = "reg-fixed-vol
t
age",
.id = 0,
.dev = {
.platform_data = &can_regulator_pdata,