Re: [PATCH -next v2 2/4] soc: ti: knav_dma: Use dev_err_probe() to simplfy code

From: Andrew Lunn
Date: Sat Aug 31 2024 - 14:53:32 EST


> > Fine but not much useful and at the same time huge churn from @vivo.com.
>
> I see, it is fine with these dev_err_probe() dropped, the main is the
> scoped child iterate.

Which is also a lot of churn.

How about you start with those that are actually broken, missing a
put. Those changes are useful. Changing code which is already correct
has a lot less value.

Andrew