projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdcc535
)
BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage
author
Bryan Wu
<bryan.wu@analog.com>
Mon, 10 Mar 2008 18:44:03 +0000
(11:44 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 11 Mar 2008 01:01:20 +0000
(18:01 -0700)
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/bf54x-lq043fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/bf54x-lq043fb.c
b/drivers/video/bf54x-lq043fb.c
index
ace5b3f
..
836746f
100644
(file)
--- a/
drivers/video/bf54x-lq043fb.c
+++ b/
drivers/video/bf54x-lq043fb.c
@@
-672,7
+672,7
@@
static int __init bfin_bf54x_probe(struct platform_device *pdev)
&bfin_lq043fb_bl_ops);
bl_dev->props.max_brightness = 255;
- lcd_dev = lcd_device_register(DRIVER_NAME, NULL, &bfin_lcd_ops);
+ lcd_dev = lcd_device_register(DRIVER_NAME,
&pdev->dev,
NULL, &bfin_lcd_ops);
lcd_dev->props.max_contrast = 255, printk(KERN_INFO "Done.\n");
#endif