On Tue, 26 Nov 2024 16:56:23 -0300 Fabio Estevam <festevam@xxxxxxxxx> wrote: > On Tue, Nov 26, 2024 at 4:53 PM Frank Li <Frank.Li@xxxxxxx> wrote: > > > + chip_info = device_get_match_data(dev); > > + if (!chip_info) > > This NULL check is not needed. > > If the code entered probe(), a compatible was matched. Whilst I don't feel strongly either way on this check, I've dropped it and applied the patches to the testing branch of iio.git. Thanks, Jonathan