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

Commit f5feb668 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: modify buffer state process for apq8009"

parents c2fcb49b 7b4a7789
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -676,6 +676,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",