Re: [PATCH v4 1/4] iio: magnetometer: ak8975: Relax failure on unknown id
From: Jonathan Cameron
Date: Mon Aug 26 2024 - 06:39:52 EST
On Fri, 23 Aug 2024 22:11:15 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Fri, Aug 23, 2024 at 07:32:03PM +0100, Jonathan Cameron wrote:
> > On Mon, 19 Aug 2024 00:29:39 +0200
> > Barnabás Czémán <barnabas.czeman@xxxxxxxxxxxxxx> wrote:
>
> ...
>
> > > + /* Let driver to probe on unknown id for support more register
> > Comment style wrong, I'll fix it up.
> >
> > With that tweak applied to the togreg branch of iio.git
> >
> > Thanks,
> >
> > Jonathan
> >
> >
> > > + * compatible variants.
> > > + */
>
> There is another one also wrong.
>
> + [AK09918] = {
> + /* ak09918 is register compatible with ak09912 this is for avoid
> + * unknown id messages.
> + */
>
>
I think unrelated to this series, but nice to cleanup.
Patches welcome :) Or it I get bored, I might do a scrub of the full subsystem
to get everything in the same style and not provide incorrect choices to
cut and paste.
Jonathan