提交 abac08d7 编写于 作者: B Ben Dooks 提交者: Russell King

[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: NBen Dooks <ben-linux@fluff.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 3a2aeda8
...@@ -352,7 +352,7 @@ static struct platform_device vr1000_led2 = { ...@@ -352,7 +352,7 @@ static struct platform_device vr1000_led2 = {
static struct platform_device vr1000_led3 = { static struct platform_device vr1000_led3 = {
.name = "s3c24xx_led", .name = "s3c24xx_led",
.id = 1, .id = 3,
.dev = { .dev = {
.platform_data = &vr1000_led3_pdata, .platform_data = &vr1000_led3_pdata,
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册