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

This commit is contained in:
Camera Software Integration
2020-07-22 15:36:34 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 8c5f76e807

查看文件

@@ -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) {