Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb90ab5b authored by Jonathan Woithe's avatar Jonathan Woithe Committed by Len Brown
Browse files

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

parent 134c2171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)