[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <62859b0e-cfee-f094-2ae9-bf0e243e2929@linaro.org>
Date: Mon, 21 Aug 2023 19:51:59 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: Hans Verkuil <hverkuil-cisco@...all.nl>, rfoss@...nel.org,
todor.too@...il.com, agross@...nel.org, andersson@...nel.org,
konrad.dybcio@...aro.org, mchehab@...nel.org,
sakari.ailus@...ux.intel.com, andrey.konovalov@...aro.org
Cc: linux-media@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH v0 8/9] media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE
when VC is greater than 3
On 21/08/2023 10:53, Hans Verkuil wrote:
> + u8 dt_id = vc * 4;
You're right.
dt_id = vc is wrong but so is dt_id = vc * 4.
I'll post a fix for the dt_id as a separate patch.
---
bod
Powered by blists - more mailing lists