From: Jonathan Cameron <jic23@kernel.org>
To: Felix Gu <ustc.gu@gmail.com>
Cc: "David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
"Daniel Lezcano" <daniel.lezcano@linaro.org>
Subject: Re: [PATCH] iio: adc: nxp-sar-adc: Remove unnecessary type casting
Date: Sun, 22 Feb 2026 16:03:25 +0000 [thread overview]
Message-ID: <20260222160325.1e4d1f49@jic23-huawei> (raw)
In-Reply-To: <20260222-nxp-sar-adc-v1-1-75e4cdb3ffb7@gmail.com>
On Sun, 22 Feb 2026 02:09:08 +0800
Felix Gu <ustc.gu@gmail.com> wrote:
> The readl_poll_timeout() macro returns a signed integer error code.
>
> In nxp_sar_adc_calibration_wait(), the return value is casted to u32
> before being returned as int, which is unnecessary.
>
> Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Hi Felix,
Make sure to include the author of the code you are touching in the +CC list.
Added Daniel.
I think this is simple enough, so I've picked it up now but I'm fine adding
tags or indeed dropping it if other reviews come in. I'll be rebasing
or rc1 later in the week.
Applied to the testing branch of iio.git
Thanks,
Jonathan
> ---
> drivers/iio/adc/nxp-sar-adc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/nxp-sar-adc.c b/drivers/iio/adc/nxp-sar-adc.c
> index 9efa883c277d..a6e4888a8464 100644
> --- a/drivers/iio/adc/nxp-sar-adc.c
> +++ b/drivers/iio/adc/nxp-sar-adc.c
> @@ -247,7 +247,8 @@ static inline void nxp_sar_adc_calibration_start(void __iomem *base)
>
> static inline int nxp_sar_adc_calibration_wait(void __iomem *base)
> {
> - u32 msr, ret;
> + u32 msr;
> + int ret;
>
> ret = readl_poll_timeout(NXP_SAR_ADC_MSR(base), msr,
> !FIELD_GET(NXP_SAR_ADC_MSR_CALBUSY, msr),
>
> ---
> base-commit: d4906ae14a5f136ceb671bb14cedbf13fa560da6
> change-id: 20260222-nxp-sar-adc-1906a65ce5b6
>
> Best regards,
next prev parent reply other threads:[~2026-02-22 16:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-21 18:09 Felix Gu
2026-02-22 16:03 ` Jonathan Cameron [this message]
2026-02-22 16:38 ` Felix Gu
2026-02-23 8:49 ` Andy Shevchenko
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=20260222160325.1e4d1f49@jic23-huawei \
--to=jic23@kernel.org \
--cc=andy@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=dlechner@baylibre.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=ustc.gu@gmail.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
all inboxes | Powered by JetHome®