> @@ -1180,24 +1179,21 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev) > i2c->irq = ret = platform_get_irq(pdev, 0); > if (ret <= 0) { Not related to this patch, but the comparison here should be < 0. Or otherwise we should set an error code. The bug was introduced in commit e0d1ec97853f ("i2c-s3c2410: Change IRQ to be plain integer."). > dev_err(&pdev->dev, "cannot find IRQ\n"); > - clk_unprepare(i2c->clk); > - return ret; regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html