From: Ulf Hansson <ulf.hansson@linaro.org>
To: Sergey Shtylyov <s.shtylyov@omp.ru>
Cc: linux-mmc@vger.kernel.org,
Neil Armstrong <narmstrong@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 0/2] Add IRQ check to the Meson MMC/SD drivers
Date: Tue, 21 Dec 2021 14:03:10 +0100 [thread overview]
Message-ID: <CAPDyKFoxVEyVumKLQzXZvFSrkopbd0gR40ZgfvUMd_wME+eMWQ@mail.gmail.com> (raw)
In-Reply-To: <20211217202717.10041-1-s.shtylyov@omp.ru>
On Fri, 17 Dec 2021 at 21:27, Sergey Shtylyov <s.shtylyov@omp.ru> wrote:
>
> Here are 2 patches against the 'fixes' branch of Ulf Hansson's 'mmc.git' repo.
> The affected drivers call platform_get_irq() but forget to check for the error
> case and blithely pass the negative error codes to devm_request_threaded_irq()
> (which takes *unsigned* IRQ #). Now stop calling devm_request_threaded_irq()
> with the invalid IRQ #s!
>
> Sergey Shtylyov (2):
> mmc: meson-mx-sdhc: add IRQ check
> mmc: meson-mx-sdio: add IRQ check
>
> drivers/mmc/host/meson-mx-sdhc-mmc.c | 5 +++++
> drivers/mmc/host/meson-mx-sdio.c | 5 +++++
> 2 files changed, 10 insertions(+)
>
Applied for next, thanks!
Kind regards
Uffe
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
prev parent reply other threads:[~2021-12-21 13:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 20:27 [PATCH 0/2] Add IRQ check to the Meson MMC/SD drivers Sergey Shtylyov
2021-12-17 20:27 ` [PATCH 1/2] mmc: meson-mx-sdhc: add IRQ check Sergey Shtylyov
2021-12-18 23:21 ` Martin Blumenstingl
2021-12-17 20:27 ` [PATCH 2/2] mmc: meson-mx-sdio: " Sergey Shtylyov
2021-12-18 23:21 ` Martin Blumenstingl
2021-12-21 13:03 ` Ulf Hansson [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=CAPDyKFoxVEyVumKLQzXZvFSrkopbd0gR40ZgfvUMd_wME+eMWQ@mail.gmail.com \
--to=ulf.hansson@linaro.org \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=narmstrong@baylibre.com \
--cc=s.shtylyov@omp.ru \
/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).