]> Git Repo - linux.git/blobdiff - drivers/soc/qcom/smem.c
net: dsa: Factor bottom tag receive functions
[linux.git] / drivers / soc / qcom / smem.c
index 2e1aa9f130f4d860ea7c57994ba3f1302c2e7072..18ec52f2078aab2b27d0675ced0158908b4275ea 100644 (file)
@@ -740,7 +740,8 @@ static int qcom_smem_probe(struct platform_device *pdev)
 
        hwlock_id = of_hwspin_lock_get_id(pdev->dev.of_node, 0);
        if (hwlock_id < 0) {
-               dev_err(&pdev->dev, "failed to retrieve hwlock\n");
+               if (hwlock_id != -EPROBE_DEFER)
+                       dev_err(&pdev->dev, "failed to retrieve hwlock\n");
                return hwlock_id;
        }
 
This page took 0.027758 seconds and 4 git commands to generate.