From: Shuai Xue <xueshuai@linux.alibaba.com>
To: Yang Li <yang.lee@linux.alibaba.com>
Cc: will@kernel.org, mark.rutland@arm.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] drivers/perf: Use devm_platform_get_and_ioremap_resource()
Date: Tue, 21 Feb 2023 14:45:47 +0800 [thread overview]
Message-ID: <4afeec62-573d-a863-951a-bb73081e44d2@linux.alibaba.com> (raw)
In-Reply-To: <20230216063403.9753-1-yang.lee@linux.alibaba.com>
On 2023/2/16 PM2:34, Yang Li wrote:
> Convert platform_get_resource(), devm_ioremap_resource() to a single
> call to devm_platform_get_and_ioremap_resource(), as this is exactly
> what this function does.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> drivers/perf/alibaba_uncore_drw_pmu.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/perf/alibaba_uncore_drw_pmu.c b/drivers/perf/alibaba_uncore_drw_pmu.c
> index a7689fecb49d..5c5be9fc1b15 100644
> --- a/drivers/perf/alibaba_uncore_drw_pmu.c
> +++ b/drivers/perf/alibaba_uncore_drw_pmu.c
> @@ -656,8 +656,7 @@ static int ali_drw_pmu_probe(struct platform_device *pdev)
> drw_pmu->dev = &pdev->dev;
> platform_set_drvdata(pdev, drw_pmu);
>
> - res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> - drw_pmu->cfg_base = devm_ioremap_resource(&pdev->dev, res);
> + drw_pmu->cfg_base = devm_platform_get_and_ioremap_resource(pdev, 0, &res);
> if (IS_ERR(drw_pmu->cfg_base))
> return PTR_ERR(drw_pmu->cfg_base);
>
LGTM. Thank you.
Reviewed-by: Shuai Xue <xueshuai@linux.alibaba.com>
Best Regards,
Shuai
next prev parent reply other threads:[~2023-02-21 6:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-16 6:34 [PATCH -next] drivers/perf: Use devm_platform_get_and_ioremap_resource() Yang Li
2023-02-21 6:45 ` Shuai Xue [this message]
2023-03-27 15:01 ` Will Deacon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4afeec62-573d-a863-951a-bb73081e44d2@linux.alibaba.com \
--to=xueshuai@linux.alibaba.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=will@kernel.org \
--cc=yang.lee@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox