diff options
author | Len Brown <len.brown@intel.com> | 2006-12-20 08:52:17 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-20 08:52:17 +0100 |
commit | 40b20c257a13c5a526ac540bc5e43d0fdf29792a (patch) | |
tree | e125c0c2b557e36cb0c3a2c3726fadbcdae0dca3 /drivers/misc | |
parent | Pull style into test branch (diff) | |
parent | fbdev: update after backlight argument change (diff) | |
download | linux-40b20c257a13c5a526ac540bc5e43d0fdf29792a.tar.xz linux-40b20c257a13c5a526ac540bc5e43d0fdf29792a.zip |
Pull platform-drivers into test branch
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/msi-laptop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/msi-laptop.c b/drivers/misc/msi-laptop.c index fdb7153f4426..8e5e07e4c1cf 100644 --- a/drivers/misc/msi-laptop.c +++ b/drivers/misc/msi-laptop.c @@ -317,7 +317,8 @@ static int __init msi_init(void) /* Register backlight stuff */ - msibl_device = backlight_device_register("msi-laptop-bl", NULL, &msibl_props); + msibl_device = backlight_device_register("msi-laptop-bl", NULL, NULL, + &msibl_props); if (IS_ERR(msibl_device)) return PTR_ERR(msibl_device); |