Skip to content
Commit f3d87abe authored by Joe Hattori's avatar Joe Hattori Committed by Ulf Hansson
Browse files

mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()



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: default avatarJoe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
Fixes: 527f36f5 ("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: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent a56335c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment