crypto: ux500 - Remove redundant dev_err calls
[linux-2.6-microblaze.git] / drivers / crypto / ux500 / hash / hash_core.c
index 7db1525..ecb7412 100644 (file)
@@ -1676,7 +1676,6 @@ static int ux500_hash_probe(struct platform_device *pdev)
        device_data->phybase = res->start;
        device_data->base = devm_ioremap_resource(dev, res);
        if (IS_ERR(device_data->base)) {
-               dev_err(dev, "%s: ioremap() failed!\n", __func__);
                ret = PTR_ERR(device_data->base);
                goto out;
        }