diff options
author | James Simmons <jsimmons@infradead.org> | 2006-12-19 15:56:16 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-20 01:43:42 -0500 |
commit | a8274d57afb83e4954ddcb3f8b7dd1c03a379bd4 (patch) | |
tree | d5e8f8b475df8d06724cde6a4f3f53ed5b93ddee /drivers/video/aty/aty128fb.c | |
parent | 519ab5f2be65b72cf12ae99c89752bbe79b44df6 (diff) |
fbdev: update after backlight argument change
Update the frambuffer drivers to the backlight_device_registers changes.
Signed-off-by: James Simmons <jsimmons@infradead.org>
Cc: Luming Yu <Luming.yu@intel.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/video/aty/aty128fb.c')
-rw-r--r-- | drivers/video/aty/aty128fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index 276a21530b95..5341462b6b48 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c | |||
@@ -1829,7 +1829,7 @@ static void aty128_bl_init(struct aty128fb_par *par) | |||
1829 | 1829 | ||
1830 | snprintf(name, sizeof(name), "aty128bl%d", info->node); | 1830 | snprintf(name, sizeof(name), "aty128bl%d", info->node); |
1831 | 1831 | ||
1832 | bd = backlight_device_register(name, par, &aty128_bl_data); | 1832 | bd = backlight_device_register(name, info->dev, par, &aty128_bl_data); |
1833 | if (IS_ERR(bd)) { | 1833 | if (IS_ERR(bd)) { |
1834 | info->bl_dev = NULL; | 1834 | info->bl_dev = NULL; |
1835 | printk(KERN_WARNING "aty128: Backlight registration failed\n"); | 1835 | printk(KERN_WARNING "aty128: Backlight registration failed\n"); |