[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <160848978734.1580929.11702930284423878688@swboyd.mtv.corp.google.com>
Date: Sun, 20 Dec 2020 10:43:07 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Daniel Palmer <daniel@...f.com>
Cc: DTML <devicetree@...r.kernel.org>, linux-clk@...r.kernel.org,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Willy Tarreau <w@....eu>
Subject: Re: [PATCH 3/6] clk: mstar: MStar/SigmaStar MPLL driver
Quoting Daniel Palmer (2020-12-19 22:42:40)
> > > +
> > > +static int msc313_mpll_remove(struct platform_device *pdev)
> > > +{
> > > + struct msc313_mpll *mpll = platform_get_drvdata(pdev);
> > > + int i;
> > > +
> > > + for (i = 0; i < ARRAY_SIZE(output_dividers); i++)
> > > + clk_hw_unregister_fixed_factor(to_divider_hw(mpll, i));
> >
> > Maybe add a devm_ for this if it doesn't exist.
>
> I did think about adding this. Would I need to do that in a separate
> series or would it be ok to roll it into this one?
>
Can be part of the same series.
Powered by blists - more mailing lists