Merge remote-tracking branch 'xen-tip/linux-next'
[deliverable/linux.git] / drivers / i2c / busses / i2c-davinci.c
index a8bdcb5292f5b30a925c40f28c8d193395b443c6..9e7ef5cf5d495d6de7fa8fad20449c4fa91aa5f8 100644 (file)
@@ -846,10 +846,8 @@ static int davinci_i2c_probe(struct platform_device *pdev)
 
        adap->nr = pdev->id;
        r = i2c_add_numbered_adapter(adap);
-       if (r) {
-               dev_err(&pdev->dev, "failure adding adapter\n");
+       if (r)
                goto err_unuse_clocks;
-       }
 
        return 0;
 
This page took 0.024371 seconds and 5 git commands to generate.