From: Sergei Shtylyov <sergei.shtylyov@gmail.com>
To: angkery <angkery@163.com>, axboe@kernel.dk
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
Junlin Yang <yangjunlin@yulong.com>
Subject: Re: [PATCH] pata_ipx4xx_cf: Fix unsigned comparison with less than zero
Date: Fri, 9 Apr 2021 19:49:09 +0300 [thread overview]
Message-ID: <e74ec570-96b6-23ce-edd5-b5a38628963a@gmail.com> (raw)
In-Reply-To: <20210409135426.1773-1-angkery@163.com>
On 4/9/21 4:54 PM, angkery wrote:
> From: Junlin Yang <yangjunlin@yulong.com>
>
> The return from the call to platform_get_irq() is int, it can be
> a negative error code, however this is being assigned to an unsigned
> int variable 'irq', so making 'irq' an int, and change the position to
> keep the code format.
>
> ./drivers/ata/pata_ixp4xx_cf.c:168:5-8:
> WARNING: Unsigned expression compared with zero: irq > 0
I'd understand < 0... but > 0? What tool warned about this issue?
> Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
> ---
> drivers/ata/pata_ixp4xx_cf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c
> index abc0e87..43215a4 100644
> --- a/drivers/ata/pata_ixp4xx_cf.c
> +++ b/drivers/ata/pata_ixp4xx_cf.c
> @@ -135,12 +135,12 @@ static void ixp4xx_setup_port(struct ata_port *ap,
>
> static int ixp4xx_pata_probe(struct platform_device *pdev)
> {
> - unsigned int irq;
Oops, not sure how I missed that. :-/
Thanks for fixing my overlook. :-)
[...]
MBR, Sergei
next prev parent reply other threads:[~2021-04-09 16:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 13:54 [PATCH] pata_ipx4xx_cf: Fix unsigned comparison with less than zero angkery
2021-04-09 14:02 ` Jens Axboe
2021-04-09 16:49 ` Sergei Shtylyov [this message]
2021-04-09 17:02 ` Sergei Shtylyov
2021-04-09 23:38 ` angkery
2021-04-10 8:46 ` Sergei Shtylyov
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=e74ec570-96b6-23ce-edd5-b5a38628963a@gmail.com \
--to=sergei.shtylyov@gmail.com \
--cc=angkery@163.com \
--cc=axboe@kernel.dk \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=yangjunlin@yulong.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