diff options
author | Jonathan Woithe <jwoithe@physics.adelaide.edu.au> | 2007-08-29 15:58:19 +0930 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-29 03:18:12 -0400 |
commit | cb90ab5b424e711390c2ef6f0882b615b042dcb6 (patch) | |
tree | 47f459318410c46c66a17d911f2e5bf1825be093 /drivers/misc/msi-laptop.c | |
parent | 134c21715ac3cb36db13c8d362cc80ccc87ee48d (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |