Re: [PATCH 0/2] Add IRQ check to the Meson MMC/SD drivers
From: Ulf Hansson <hidden>
Date: 2021-12-21 13:06:38
Also in:
linux-amlogic, linux-mmc
From: Ulf Hansson <hidden>
Date: 2021-12-21 13:06:38
Also in:
linux-amlogic, linux-mmc
On Fri, 17 Dec 2021 at 21:27, Sergey Shtylyov [off-list ref] 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-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel