Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cb90ab5b424e711390c2ef6f0882b615b042dcb6
Commit:     cb90ab5b424e711390c2ef6f0882b615b042dcb6
Parent:     134c21715ac3cb36db13c8d362cc80ccc87ee48d
Author:     Jonathan Woithe <[EMAIL PROTECTED]>
AuthorDate: Wed Aug 29 15:58:19 2007 +0930
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Wed Aug 29 03:18:12 2007 -0400

    msi-laptop: replace ',' with ';'
    
    Signed-off-by: Jonathan Woithe <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 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 932a415..349be93 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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to