Loading drivers/media/platform/msm/camera/cam_req_mgr/cam_req_mgr_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -2779,7 +2779,8 @@ int cam_req_mgr_link_control(struct cam_req_mgr_link_control *control) goto end; } if (control->num_links > MAX_LINKS_PER_SESSION) { if ((control->num_links <= 0) || (control->num_links > MAX_LINKS_PER_SESSION)) { CAM_ERR(CAM_CRM, "Invalid number of links %d", control->num_links); rc = -EINVAL; Loading Loading
drivers/media/platform/msm/camera/cam_req_mgr/cam_req_mgr_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -2779,7 +2779,8 @@ int cam_req_mgr_link_control(struct cam_req_mgr_link_control *control) goto end; } if (control->num_links > MAX_LINKS_PER_SESSION) { if ((control->num_links <= 0) || (control->num_links > MAX_LINKS_PER_SESSION)) { CAM_ERR(CAM_CRM, "Invalid number of links %d", control->num_links); rc = -EINVAL; Loading