Re: [PATCH v2 01/11] iio: accel: change from %ld to %pe for PTR_ERR() printing

From: Jonathan Cameron

Date: Fri Jun 05 2026 - 08:06:20 EST


On Thu, 4 Jun 2026 14:13:56 +0200
Joshua Crofts <joshua.crofts1@xxxxxxxxx> wrote:

> On Thu, 4 Jun 2026 at 14:11, Vojtěch Krátký <vo.kratky@xxxxxxxxx> wrote:
> >
> > Replace numeric PTR_ERR() logging with the %pe format specifier
> > so that error values are printed in a more readable form.
> >
> > This change was identified using a Coccinelle semantic patch.
> >
> > No functional change intended.
> >
> > Signed-off-by: Vojtěch Krátký <vo.kratky@xxxxxxxxx>
> > ---
>
> Thanks for the change, but in the future, please slow down! Let the current
> version sit for at least 24 hours before sending a new version so that
> everyone has an opportunity to review it.
>

Further to this, when doing a change across a bunch of drivers, send one or two
as a test first to see what feedback you get. You'd have gotten the reply from
Andy to such a patch without wasting as much of your time!

Jonathan