diff options
Diffstat (limited to 'drivers/misc/sony-laptop.c')
| -rw-r--r-- | drivers/misc/sony-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c index 60775be2282..5a97d3a9d74 100644 --- a/drivers/misc/sony-laptop.c +++ b/drivers/misc/sony-laptop.c | |||
| @@ -970,7 +970,7 @@ static int sony_nc_resume(struct acpi_device *device) | |||
| 970 | /* set the last requested brightness level */ | 970 | /* set the last requested brightness level */ |
| 971 | if (sony_backlight_device && | 971 | if (sony_backlight_device && |
| 972 | !sony_backlight_update_status(sony_backlight_device)) | 972 | !sony_backlight_update_status(sony_backlight_device)) |
| 973 | printk(KERN_WARNING DRV_PFX "unable to restore brightness level"); | 973 | printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n"); |
| 974 | 974 | ||
| 975 | /* re-initialize models with specific requirements */ | 975 | /* re-initialize models with specific requirements */ |
| 976 | dmi_check_system(sony_nc_ids); | 976 | dmi_check_system(sony_nc_ids); |
