aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/msi-laptop.c
diff options
context:
space:
mode:
authorJonathan Woithe <jwoithe@physics.adelaide.edu.au>2007-08-29 15:58:19 +0930
committerLen Brown <len.brown@intel.com>2007-08-29 03:18:12 -0400
commitcb90ab5b424e711390c2ef6f0882b615b042dcb6 (patch)
tree47f459318410c46c66a17d911f2e5bf1825be093 /drivers/misc/msi-laptop.c
parent134c21715ac3cb36db13c8d362cc80ccc87ee48d (diff)
downloadlinux-cb90ab5b424e711390c2ef6f0882b615b042dcb6.tar.gz
msi-laptop: replace ',' with ';'
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/msi-laptop.c')
-rw-r--r--drivers/misc/msi-laptop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/msi-laptop.c b/drivers/misc/msi-laptop.c
index 932a415197b3f6..349be934db7cb8 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)