The patch titled Fix recent i2c-ixp4xx compilation breakage has been added to the -mm tree. Its filename is fix-recent-i2c-ixp4xx-compilation-breakage.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix recent i2c-ixp4xx compilation breakage From: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/i2c/busses/i2c-ixp4xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/i2c/busses/i2c-ixp4xx.c~fix-recent-i2c-ixp4xx-compilation-breakage drivers/i2c/busses/i2c-ixp4xx.c --- a/drivers/i2c/busses/i2c-ixp4xx.c~fix-recent-i2c-ixp4xx-compilation-breakage +++ a/drivers/i2c/busses/i2c-ixp4xx.c @@ -138,7 +138,7 @@ static int ixp4xx_i2c_probe(struct platf gpio_line_set(gpio->sda_pin, 0); err = i2c_bit_add_bus(&drv_data->adapter); - if (err != 0) + if (err) { printk(KERN_ERR "ERROR: Could not install %s\n", plat_dev->dev.bus_id); kfree(drv_data); _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are origin.patch fix-recent-i2c-ixp4xx-compilation-breakage.patch git-alsa.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