Loading drivers/media/platform/msm/camera_v2/isp/msm_buf_mgr.c +4 −0 Original line number Diff line number Diff line Loading @@ -674,6 +674,10 @@ static int msm_isp_put_buf_unsafe(struct msm_isp_buf_mgr *buf_mgr, rc = 0; break; case MSM_ISP_BUFFER_STATE_QUEUED: if (IS_ENABLED(CONFIG_MSM_ISP_V1)) { rc = 0; break; } case MSM_ISP_BUFFER_STATE_DIVERTED: default: WARN(1, "%s: bufq 0x%x, buf idx 0x%x, incorrect state = %d", Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_buf_mgr.c +4 −0 Original line number Diff line number Diff line Loading @@ -674,6 +674,10 @@ static int msm_isp_put_buf_unsafe(struct msm_isp_buf_mgr *buf_mgr, rc = 0; break; case MSM_ISP_BUFFER_STATE_QUEUED: if (IS_ENABLED(CONFIG_MSM_ISP_V1)) { rc = 0; break; } case MSM_ISP_BUFFER_STATE_DIVERTED: default: WARN(1, "%s: bufq 0x%x, buf idx 0x%x, incorrect state = %d", Loading