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

Commit 2f412d0f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: npu: Continue npu_probe() when !DEBUG_FS"

parents 6c723d9e 8e2f4558
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2626,9 +2626,7 @@ static int npu_probe(struct platform_device *pdev)
		goto error_res_init;
	}

	rc = npu_debugfs_init(npu_dev);
	if (rc)
		goto error_driver_init;
	npu_debugfs_init(npu_dev);

	rc = npu_host_init(npu_dev);
	if (rc) {