From: Jonathan Woithe Date: Wed, 29 Aug 2007 06:28:19 +0000 (+0930) Subject: msi-laptop: replace ',' with ';' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cb90ab5b424e711390c2ef6f0882b615b042dcb6;p=linux-beck.git msi-laptop: replace ',' with ';' Signed-off-by: Jonathan Woithe Signed-off-by: Len Brown --- diff --git a/drivers/misc/msi-laptop.c b/drivers/misc/msi-laptop.c index 932a415197b3..349be934db7c 100644 --- 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)