mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
[ARM] 4059/1: VR1000: fix LED3's platform device number
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>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user