The patch titled parse error, drivers/i2c/busses/i2c-pmcmsp.c has been added to the -mm tree. Its filename is potential-parse-error-drivers-i2c-busses-i2c-pmcmspc.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: parse error, drivers/i2c/busses/i2c-pmcmsp.c From: Yoann Padioleau <padator@xxxxxxxxxx> Signed-off-by: Yoann Padioleau <padator@xxxxxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/i2c/busses/i2c-pmcmsp.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/i2c/busses/i2c-pmcmsp.c~potential-parse-error-drivers-i2c-busses-i2c-pmcmspc drivers/i2c/busses/i2c-pmcmsp.c --- a/drivers/i2c/busses/i2c-pmcmsp.c~potential-parse-error-drivers-i2c-busses-i2c-pmcmspc +++ a/drivers/i2c/busses/i2c-pmcmsp.c @@ -630,7 +630,7 @@ static struct i2c_adapter pmcmsptwi_adap static struct platform_driver pmcmsptwi_driver = { .probe = pmcmsptwi_probe, .remove = __devexit_p(pmcmsptwi_remove), - .driver { + .driver = { .name = DRV_NAME, .owner = THIS_MODULE, }, _ Patches currently in -mm which might be from padator@xxxxxxxxxx are origin.patch potential-parse-error-drivers-i2c-busses-i2c-pmcmspc.patch git-alsa.patch av7110-fix-typo.patch some-kmalloc-memset-kzalloc-tree-wide.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html