Re: [PATCH v3 14/15] media: qcom: camss: Convert vfe_disable() from int to void

From: Konrad Dybcio
Date: Sat Aug 26 2023 - 06:17:19 EST


On 23.08.2023 12:44, Bryan O'Donoghue wrote:
> No version of vfe_disable() currently returns nor has ever as near as I
> can discern ever returned a meaningful error code.
>
> Convert from the unused int return to void.
>
> Fixes: 633b388f85c5 ("media: camss: Refactor VFE HW version support")
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> ---
Up the chain, vfe_reset can fail but the error isn't propagated

Konrad