Re: [PATCH v4 16/17] media: qcom: camss: Propagate vfe_reset error up the callstack

From: Konrad Dybcio
Date: Fri Sep 08 2023 - 06:04:14 EST


On 7.09.2023 18:44, Bryan O'Donoghue wrote:
> A previous patch I had removed the returns from vfe_disable() since we
> didn't trap any meaningful errors. Konrad pointed out vfe_reset() could
> return an error, which is true.
>
> Trap the vfe_reset() error code and throw it up the callstack.
>
> Suggested-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad