On Mon, Aug 25, 2025 at 12:39:19PM +0100, Jonathan Cameron wrote: > On Mon, 25 Aug 2025 09:31:50 +0100 > Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > > On Fri, 22 Aug 2025 09:19:48 +0530 > > Dixit Parmar <dixitparmar19@xxxxxxxxx> wrote: > > > > > The drivers do not require their own error messages for error > > > -ENOMEM, memory allocation failures. So remove the dev_err > > > messages from the probe(). > > > With these patches, all the iio drivers now has uniform handling > > > of the -ENOMEM while device_allocation and trigger_allocation > > > calls. > > > > > > Signed-off-by: Dixit Parmar <dixitparmar19@xxxxxxxxx> > > Series looks fine to me, after the minor tweaks to commit messages > > that Andy requested. However as it touches a lot of drivers > > I'd like to leave it on list a little longer. > > I changed my mind after taking the dev_err_probe() series earlier. > I'm rather too busy at the moment, so clearing this out now will reduce > what I need to keep track of. > > Fixed up the () that Andy asked for in commit messages and applied > to the togreg branch of iio.git, pushed out initially as testing. > > There is still the rest of the week (probably) in which I can add > tags etc if anyone wants to give them before I push that out as > a non rebasing tree. > > Thanks, > > Jonathan Thanks Jonathan.