Skip to content

Commit

Permalink
msi-laptop: replace ',' with ';'
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Jonathan Woithe authored and Len Brown committed Aug 29, 2007
1 parent 134c217 commit cb90ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/msi-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb90ab5

Please sign in to comment.