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