On Wed, Sep 04, 2024 at 09:27:06AM +0800, Li Zetao wrote: > Hi, > > 在 2024/9/4 6:16, Jakub Kicinski 写道: > > On Sat, 31 Aug 2024 10:13:31 +0800 Li Zetao wrote: > > > + comm->clk = devm_clk_get_enabled(&pdev->dev, NULL); > > > > You can remove clk from the driver struct now. > I don’t quite understand why clk can be removed from the driver struct, After you patch, where is it used? Andrew