From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org
Subject: Re: [PATCH 1/3] pcmcia: m32r_pcc: check return from request_irq
Date: Sun, 13 Nov 2016 21:27:13 +0000 [thread overview]
Message-ID: <5828DAB1.9000800@gmail.com> (raw)
In-Reply-To: <1474237304-897-1-git-send-email-sudipm.mukherjee@gmail.com>
On Sunday 18 September 2016 11:21 PM, Sudip Mukherjee wrote:
> While building m32r allmodconfig we were getting warning:
>
> drivers/pcmcia/m32r_pcc.c:331:2:
> warning: ignoring return value of 'request_irq',
> declared with attribute warn_unused_result
>
> request_irq() can fail and we should always be checking the result from
> it. Check the result and return it to the caller.
>
> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
> ---
Hi Andrew,
A gentle ping.
Regards
Sudip
prev parent reply other threads:[~2016-11-13 21:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-18 22:21 [PATCH 1/3] pcmcia: m32r_pcc: check return from request_irq Sudip Mukherjee
2016-09-18 22:21 ` [PATCH 2/3] pcmcia: m32r_pcc: use common error path Sudip Mukherjee
2016-09-18 22:21 ` [PATCH 3/3] pcmcia: m32r_pcc: check return from add_pcc_socket Sudip Mukherjee
2016-11-13 21:27 ` Sudip Mukherjee [this message]
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=5828DAB1.9000800@gmail.com \
--to=sudipm.mukherjee@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).