[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <nyt7tngjlglaksweiwgj3bfr4b2kbvbeejv32yrk6qv7rexlpw@fgl7v2iet3jh>
Date: Wed, 17 Jul 2024 13:13:29 +0300
From: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
To: Chen Ni <nichen@...as.ac.cn>
Cc: vkoul@...nel.org, konrad.dybcio@...aro.org, gustavoars@...nel.org,
u.kleine-koenig@...gutronix.de, kees@...nel.org, caleb.connolly@...aro.org,
linux-arm-msm@...r.kernel.org, dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dmaengine: qcom: bam_dma: Handle the return value of
bam_dma_resume
On Wed, Jul 17, 2024 at 03:35:53PM GMT, Chen Ni wrote:
> As pm_runtime_force_resume() can return error numbers, it should be
> better to check the return value and deal with the exception.
>
> Fixes: 0ac9c3dd0d6f ("dmaengine: qcom: bam_dma: fix runtime PM underflow")
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
> drivers/dma/qcom/bam_dma.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/dma/qcom/bam_dma.c b/drivers/dma/qcom/bam_dma.c
> index 5e7d332731e0..d2f5a77dfade 100644
> --- a/drivers/dma/qcom/bam_dma.c
> +++ b/drivers/dma/qcom/bam_dma.c
> @@ -1460,9 +1460,7 @@ static int __maybe_unused bam_dma_resume(struct device *dev)
> if (ret)
> return ret;
>
> - pm_runtime_force_resume(dev);
> -
> - return 0;
> + return pm_runtime_force_resume(dev);
Which function will unroll the earlier clk_prepare() if we return an
error here?
> }
>
> static const struct dev_pm_ops bam_dma_pm_ops = {
> --
> 2.25.1
>
--
With best wishes
Dmitry
Powered by blists - more mailing lists