projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134c217
)
msi-laptop: replace ',' with ';'
author
Jonathan Woithe
<jwoithe@physics.adelaide.edu.au>
Wed, 29 Aug 2007 06:28:19 +0000
(15:58 +0930)
committer
Len Brown
<len.brown@intel.com>
Wed, 29 Aug 2007 07:18:12 +0000
(
03:18
-0400)
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/msi-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/misc/msi-laptop.c
b/drivers/misc/msi-laptop.c
index 932a415197b3f636b5122f83c8472f4566fb1a75..349be934db7cb8fa4aea15a9b1353565bf9b2b3b 100644
(file)
--- a/
drivers/misc/msi-laptop.c
+++ b/
drivers/misc/msi-laptop.c
@@
-353,7
+353,7
@@
static int __init msi_init(void)
if (IS_ERR(msibl_device))
return PTR_ERR(msibl_device);
- msibl_device->props.max_brightness = MSI_LCD_LEVEL_MAX-1
,
+ msibl_device->props.max_brightness = MSI_LCD_LEVEL_MAX-1
;
ret = platform_driver_register(&msipf_driver);
if (ret)