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

Commit 8c5f76e8 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: reqmgr: Defer probe when master is not ready" into camera-kernel.lnx.4.0

parents bbbf276f a7b73974
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -664,8 +664,8 @@ int cam_register_subdev(struct cam_subdev *csd)
	int rc;

	if (!g_dev.state) {
		CAM_ERR(CAM_CRM, "camera root device not ready yet");
		return -ENODEV;
		CAM_DBG(CAM_CRM, "camera root device not ready yet");
		return -EPROBE_DEFER;
	}

	if (!csd || !csd->name) {