Re: [PATCH linux-next] clk: keystone: sci-clk: change `struct sci_clk **clk` to `struct sci_clk *clk`

From: Stephen Boyd
Date: Fri Apr 22 2022 - 22:06:17 EST


Quoting Guo Zhengkui (2022-04-05 22:02:32)
> `struct sci_clk **clk` is unnecessary. Change it to `struct sci_clk *clk`.
>
> Also fix functions relating to it.
>
> Signed-off-by: Guo Zhengkui <guozhengkui@xxxxxxxx>
> ---

Waiting for Nishanth to review.