projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1339c36
)
sony-laptop: newline-terminate the printk for backlight change failure
author
Adam Jackson
<ajax@redhat.com>
Thu, 16 Oct 2008 19:15:35 +0000
(15:15 -0400)
committer
Len Brown
<len.brown@intel.com>
Thu, 16 Oct 2008 19:33:33 +0000
(15:33 -0400)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/sony-laptop.c
b/drivers/misc/sony-laptop.c
index 60775be22822901f0a67e70878eceac666ab1afa..5a97d3a9d745ee3ab5d17e5e1b86bce5a9fae132 100644
(file)
--- 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)
/* set the last requested brightness level */
if (sony_backlight_device &&
!sony_backlight_update_status(sony_backlight_device))
- printk(KERN_WARNING DRV_PFX "unable to restore brightness level");
+ printk(KERN_WARNING DRV_PFX "unable to restore brightness level
\n
");
/* re-initialize models with specific requirements */
dmi_check_system(sony_nc_ids);