From: Jonathan Woithe Date: Wed, 29 Aug 2007 06:28:19 +0000 (+0930) Subject: msi-laptop: replace ',' with ';' X-Git-Tag: v2.6.23-rc7~31^2~1^2~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb90ab5b424e711390c2ef6f0882b615b042dcb6;p=linux-2.6 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 932a415197..349be934db 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)