Skip to content

Commit

Permalink
[ARM] 4059/1: VR1000: fix LED3's platform device number
Browse files Browse the repository at this point in the history
LED 3 should have been registered with the
platform deviceid of 3, instead of 1 (which
was used for LED 1).

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Dec 19, 2006
1 parent 3a2aeda commit abac08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-vr1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static struct platform_device vr1000_led2 = {

static struct platform_device vr1000_led3 = {
.name = "s3c24xx_led",
.id = 1,
.id = 3,
.dev = {
.platform_data = &vr1000_led3_pdata,
},
Expand Down

0 comments on commit abac08d

Please sign in to comment.