RISCV: config: tizen_visionfive2: Disable JH7110 crypto driver
[platform/kernel/linux-starfive.git] / drivers / bus / sun50i-de2.c
index 6725187..414f29c 100644 (file)
@@ -15,10 +15,9 @@ static int sun50i_de2_bus_probe(struct platform_device *pdev)
        int ret;
 
        ret = sunxi_sram_claim(&pdev->dev);
-       if (ret) {
-               dev_err(&pdev->dev, "Error couldn't map SRAM to device\n");
-               return ret;
-       }
+       if (ret)
+               return dev_err_probe(&pdev->dev, ret,
+                                    "Couldn't map SRAM to device\n");
 
        of_platform_populate(np, NULL, NULL, &pdev->dev);