Explorar o código

msi-laptop: replace ',' with ';'

Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: Len Brown <len.brown@intel.com>
Jonathan Woithe %!s(int64=17) %!d(string=hai) anos
pai
achega
cb90ab5b42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/misc/msi-laptop.c

+ 1 - 1
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)