[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0d556082-9095-eaf6-7123-471ec09b031b@ti.com>
Date: Tue, 26 May 2020 13:27:22 +0300
From: Peter Ujfalusi <peter.ujfalusi@...com>
To: Dinghao Liu <dinghao.liu@....edu.cn>, <kjlu@....edu>
CC: Jarkko Nikula <jarkko.nikula@...mer.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, <alsa-devel@...a-project.org>,
<linux-omap@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [v2] ASoC: ti: Fix runtime PM imbalance in
omap2_mcbsp_set_clks_src
On 25/05/2020 11.58, Dinghao Liu wrote:
> When clk_set_parent() returns an error code, a pairing
> runtime PM usage counter increment is needed to keep the
> counter balanced.
>
> Signed-off-by: Dinghao Liu <dinghao.liu@....edu.cn>
> ---
>
> Changelog:
>
> v2: - Fix this in a cleaner way.
Thanks for the update,
Acked-by: Peter Ujfalusi <peter.ujfalusi@...com>
> ---
> sound/soc/ti/omap-mcbsp.c | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/sound/soc/ti/omap-mcbsp.c b/sound/soc/ti/omap-mcbsp.c
> index 3d41ca2238d4..d7406cc3c2a5 100644
> --- a/sound/soc/ti/omap-mcbsp.c
> +++ b/sound/soc/ti/omap-mcbsp.c
> @@ -77,18 +77,15 @@ static int omap2_mcbsp_set_clks_src(struct omap_mcbsp *mcbsp, u8 fck_src_id)
> pm_runtime_put_sync(mcbsp->dev);
>
> r = clk_set_parent(mcbsp->fclk, fck_src);
> - if (r) {
> + if (r)
> dev_err(mcbsp->dev, "CLKS: could not clk_set_parent() to %s\n",
> src);
> - clk_put(fck_src);
> - return r;
> - }
>
> pm_runtime_get_sync(mcbsp->dev);
>
> clk_put(fck_src);
>
> - return 0;
> + return r;
> }
>
> static irqreturn_t omap_mcbsp_irq_handler(int irq, void *data)
>
- Péter
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
Download attachment "pEpkey.asc" of type "application/pgp-keys" (1754 bytes)
Powered by blists - more mailing lists