Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5ee403f584a67fb8725cca4d55218925b9295528
Commit:     5ee403f584a67fb8725cca4d55218925b9295528
Parent:     ae6f4a8b986c9d9eff00fcbd23d1c2585b97fe57
Author:     Yoann Padioleau <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 17 04:03:01 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 17 10:22:59 2007 -0700

    parse error, drivers/i2c/busses/i2c-pmcmsp.c
    
    Signed-off-by: Yoann Padioleau <[EMAIL PROTECTED]>
    Cc: Jean Delvare <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/i2c/busses/i2c-pmcmsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/i2c/busses/i2c-pmcmsp.c b/drivers/i2c/busses/i2c-pmcmsp.c
index 03188d2..17cecf1 100644
--- a/drivers/i2c/busses/i2c-pmcmsp.c
+++ b/drivers/i2c/busses/i2c-pmcmsp.c
@@ -630,7 +630,7 @@ static struct i2c_adapter pmcmsptwi_adapter = {
 static struct platform_driver pmcmsptwi_driver = {
        .probe  = pmcmsptwi_probe,
        .remove = __devexit_p(pmcmsptwi_remove),
-       .driver {
+       .driver = {
                .name   = DRV_NAME,
                .owner  = THIS_MODULE,
        },
-
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