Loading drivers/media/platform/msm/camera/cam_req_mgr/cam_req_mgr_core.c +2 −4 Original line number Diff line number Diff line Loading @@ -1450,8 +1450,7 @@ static int cam_req_mgr_cb_add_req(struct cam_req_mgr_add_request *add_req) if (!add_req) { CAM_ERR(CAM_CRM, "sof_data is NULL"); rc = -EINVAL; goto end; return -EINVAL; } CAM_DBG(CAM_CRM, "E: dev %x dev req %lld", Loading @@ -1461,8 +1460,7 @@ static int cam_req_mgr_cb_add_req(struct cam_req_mgr_add_request *add_req) if (!link) { CAM_DBG(CAM_CRM, "link ptr NULL %x", add_req->link_hdl); rc = -EINVAL; goto end; return -EINVAL; } mutex_lock(&link->lock); Loading Loading
drivers/media/platform/msm/camera/cam_req_mgr/cam_req_mgr_core.c +2 −4 Original line number Diff line number Diff line Loading @@ -1450,8 +1450,7 @@ static int cam_req_mgr_cb_add_req(struct cam_req_mgr_add_request *add_req) if (!add_req) { CAM_ERR(CAM_CRM, "sof_data is NULL"); rc = -EINVAL; goto end; return -EINVAL; } CAM_DBG(CAM_CRM, "E: dev %x dev req %lld", Loading @@ -1461,8 +1460,7 @@ static int cam_req_mgr_cb_add_req(struct cam_req_mgr_add_request *add_req) if (!link) { CAM_DBG(CAM_CRM, "link ptr NULL %x", add_req->link_hdl); rc = -EINVAL; goto end; return -EINVAL; } mutex_lock(&link->lock); Loading