Hi Andy Shevchenko, Thanks for the feedback. > Subject: Re: [PATCH 1/2] iio: magnetometer: yamaha-yas530: Use > i2c_get_match_data() > > On Mon, Aug 07, 2023 at 06:25:47PM +0100, Biju Das wrote: > > Simplify the probe() by replacing device_get_match_data() with > > i2c_get_match_data(). > > > While at it, drop unnecessary enum chip_ids by splitting the array > > yas5xx_chip_info_tbl[] as individual variables. > > This should be in a separate change. OK, will make it as a separate change. Cheers, Biju > Personally I see no point in doing this.