Re: [PATCH v3 next 1/6] iio: sca3000: cache SPI device ID in probe

From: Andy Shevchenko

Date: Tue Feb 03 2026 - 10:21:07 EST


On Tue, Feb 03, 2026 at 04:20:45AM -0800, Harshit Mogalapalli wrote:
> Store the spi_device_id at probe entry and reuse it for the name and
> chip info instead of calling spi_get_device_id() repeatedly.
>
> While at it, reshuffle variable list in a reverse Christmas tree
> order. No functional change intended.

Did you miss David's comment? AFAIU the suggestion was to convert to
chip_info(). With that done, this should use spi_device_get_match_data()
(or something like that, I don't remember the correct spelling of that API).

--
With Best Regards,
Andy Shevchenko