Re: [PATCH] clk: use simple i2c probe function

From: Max Filippov
Date: Fri Mar 25 2022 - 15:35:52 EST


On Thu, Mar 24, 2022 at 9:29 AM 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.
>
> Signed-off-by: Stephen Kitt <steve@xxxxxxx>
> ---
> drivers/clk/clk-cdce706.c | 5 ++---
> drivers/clk/clk-cs2000-cp.c | 5 ++---
> drivers/clk/clk-max9485.c | 5 ++---
> drivers/clk/clk-si514.c | 5 ++---
> drivers/clk/clk-si5341.c | 5 ++---
> 5 files changed, 10 insertions(+), 15 deletions(-)

Reviewed-by: Max Filippov <jcmvbkbc@xxxxxxxxx>

--
Thanks.
-- Max