mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
msi-laptop: replace ',' with ';'
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
134c21715a
commit
cb90ab5b42
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue