diff options
-rw-r--r-- | arch/arm/mach-s3c2410/mach-vr1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index e2eda3937ab0..a382fc095110 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c | |||
@@ -352,7 +352,7 @@ static struct platform_device vr1000_led2 = { | |||
352 | 352 | ||
353 | static struct platform_device vr1000_led3 = { | 353 | static struct platform_device vr1000_led3 = { |
354 | .name = "s3c24xx_led", | 354 | .name = "s3c24xx_led", |
355 | .id = 1, | 355 | .id = 3, |
356 | .dev = { | 356 | .dev = { |
357 | .platform_data = &vr1000_led3_pdata, | 357 | .platform_data = &vr1000_led3_pdata, |
358 | }, | 358 | }, |