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

Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by Jonathan Woithe and committed by Len Brown cb90ab5b 134c2171

+1 -1
+1 -1
drivers/misc/msi-laptop.c
··· 353 if (IS_ERR(msibl_device)) 354 return PTR_ERR(msibl_device); 355 356 - msibl_device->props.max_brightness = MSI_LCD_LEVEL_MAX-1, 357 358 ret = platform_driver_register(&msipf_driver); 359 if (ret)
··· 353 if (IS_ERR(msibl_device)) 354 return PTR_ERR(msibl_device); 355 356 + msibl_device->props.max_brightness = MSI_LCD_LEVEL_MAX-1; 357 358 ret = platform_driver_register(&msipf_driver); 359 if (ret)