Skip to content

Commit 5c0c75d

Browse files
standby24x7rjarzmik
authored andcommitted
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>
1 parent c517d83 commit 5c0c75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-pxa/zeus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
412412
};
413413

414414
static struct platform_device can_regulator_device = {
415-
.name = "reg-fixed-volage",
415+
.name = "reg-fixed-voltage",
416416
.id = 0,
417417
.dev = {
418418
.platform_data = &can_regulator_pdata,

0 commit comments

Comments
 (0)