projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99cb4ec
)
a22: modify buttonlight name
author
lyx
<lyx@rock-chips.com>
Tue, 7 Jun 2011 01:56:52 +0000
(18:56 -0700)
committer
lyx
<lyx@rock-chips.com>
Tue, 7 Jun 2011 01:59:08 +0000
(18:59 -0700)
drivers/video/backlight/rk29_buttonlight.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/rk29_buttonlight.c
b/drivers/video/backlight/rk29_buttonlight.c
index bb72a664341101c39cb4d5ede14cc52c02b38bab..342c6eae7c08213858299b676eca150f7bf8c965 100755
(executable)
--- a/
drivers/video/backlight/rk29_buttonlight.c
+++ b/
drivers/video/backlight/rk29_buttonlight.c
@@
-76,7
+76,7
@@
static int rk29_button_light_probe(struct platform_device *pdev)
{
struct rk29_button_light_info *button_light_info = pdev->dev.platform_data;
- rk29_button_light_device = backlight_device_register("rk2
9
_button_light", &pdev->dev, NULL, &rk29_button_light_ops);
+ rk29_button_light_device = backlight_device_register("rk2
8
_button_light", &pdev->dev, NULL, &rk29_button_light_ops);
if (!rk29_button_light_device) {
DBG("rk29_button_light_probe error\n");
return -ENODEV;