Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bfe1d3a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ocmem: Do not return error when debugfs is disabled"

parents bf7b0a9d 56d4e4fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ static int msm_ocmem_probe(struct platform_device *pdev)
		return -EBUSY;

	if (ocmem_debugfs_init(pdev))
		return -EBUSY;
		dev_err(dev, "ocmem: No debugfs node available\n");

	if (ocmem_core_init(pdev))
		return -EBUSY;