Files
linux-stable-mirror/drivers/mmc/host
Joe Hattori 2f19001192 mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()
commit f3d87abe11 upstream.

Current implementation leaves pdev->dev as a wakeup source. Add a
device_init_wakeup(&pdev->dev, false) call in the .remove() function and
in the error path of the .probe() function.

Signed-off-by: Joe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
Fixes: 527f36f5ef ("mmc: mediatek: add support for SDIO eint wakup IRQ")
Cc: stable@vger.kernel.org
Message-ID: <20241203023442.2434018-1-joe@pf.is.s.u-tokyo.ac.jp>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-12-27 14:02:06 +01:00
..
2024-12-05 14:01:26 +01:00
2024-02-13 13:40:56 +01:00
2024-07-11 17:58:04 +02:00