Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / drivers / i2c / busses / i2c-xgene-slimpro.c
index 4233f56..263685c 100644 (file)
@@ -418,7 +418,6 @@ static int xgene_slimpro_i2c_probe(struct platform_device *pdev)
        i2c_set_adapdata(adapter, ctx);
        rc = i2c_add_adapter(adapter);
        if (rc) {
-               dev_err(&pdev->dev, "Adapter registeration failed\n");
                mbox_free_channel(ctx->mbox_chan);
                return rc;
        }