RE: [PATCH] ASoC: ada*, ssm*: use simple i2c probe function

From: Sa, Nuno
Date: Mon Mar 28 2022 - 03:45:35 EST




> -----Original Message-----
> From: Stephen Kitt <steve@xxxxxxx>
> Sent: Friday, March 25, 2022 5:48 PM
> To: Lars-Peter Clausen <lars@xxxxxxxxxx>; Sa, Nuno
> <Nuno.Sa@xxxxxxxxxx>; Liam Girdwood <lgirdwood@xxxxxxxxx>;
> Mark Brown <broonie@xxxxxxxxxx>
> Cc: Wolfram Sang <wsa@xxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx;
> Stephen Kitt <steve@xxxxxxx>
> Subject: [PATCH] ASoC: ada*, ssm*: use simple i2c probe function
>
> [External]
>
> 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.
>
> Signed-off-by: Stephen Kitt <steve@xxxxxxx>
> ---

Reviewed-by: Nuno Sá <nuno.sa@xxxxxxxxxx>