Re: [PATCH] auxdisplay: lcd2s: use simple i2c probe function

From: Miguel Ojeda
Date: Thu Mar 24 2022 - 17:18:56 EST


Hi Stephen,

On Thu, Mar 24, 2022 at 6:10 PM Stephen Kitt <steve@xxxxxxx> wrote:
>
> The i2c probe functions here don't use the id information provided in
> their second argument, so the single-parameter i2c probe function
> ("probe_new") can be used instead.
>
> This avoids scanning the identifier tables during probes.

Thanks for the patch -- Andy submitted an equivalent one which I
queued for -next some days ago.

Cheers,
Miguel