Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / drivers / mailbox / arm_mhu.c
index b7fbf27..22243ca 100644 (file)
@@ -122,10 +122,8 @@ static int mhu_probe(struct amba_device *adev, const struct amba_id *id)
                return -ENOMEM;
 
        mhu->base = devm_ioremap_resource(dev, &adev->res);
-       if (IS_ERR(mhu->base)) {
-               dev_err(dev, "ioremap failed\n");
+       if (IS_ERR(mhu->base))
                return PTR_ERR(mhu->base);
-       }
 
        for (i = 0; i < MHU_CHANS; i++) {
                mhu->chan[i].con_priv = &mhu->mlink[i];