commit | 87b5d602a1cc76169b8d81ec2c74c8d95d9350dc | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Fri Sep 13 11:20:22 2019 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Fri Sep 13 13:49:09 2019 +0200 |
tree | e9ff9b5cab17d2e5a86311ddfd0f718c7f23e0cc | |
parent | aa86f1a3887523d78bfadd1c4e4df8f919336511 [diff] |
mmc: tmio: Fixup runtime PM management during remove Accessing the device when it may be runtime suspended is a bug, which is the case in tmio_mmc_host_remove(). Let's fix the behaviour. Cc: stable@vger.kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>