diff options
| author | Ulf Hansson <ulf.hansson@linaro.org> | 2025-08-19 15:34:17 +0300 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2025-08-19 15:34:17 +0300 |
| commit | 7138017038c42feb682445407974ed736e1ff308 (patch) | |
| tree | fe8fd64b6e607f3bce22cf39247748dab9b53add /drivers/memstick/core | |
| parent | 60613a8b9b8187d789750423132ad7664ca448c9 (diff) | |
| parent | 99d7ab8db9d8230b243f5ed20ba0229e54cc0dfa (diff) | |
| download | linux-7138017038c42feb682445407974ed736e1ff308.tar.xz | |
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.17-rc[n] into the next branch, to allow them to
get tested together with the new mmc changes that are targeted for v6.18.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/memstick/core')
| -rw-r--r-- | drivers/memstick/core/memstick.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memstick/core/memstick.c b/drivers/memstick/core/memstick.c index ee7a5c7ba1c5..acafc910bbac 100644 --- a/drivers/memstick/core/memstick.c +++ b/drivers/memstick/core/memstick.c @@ -559,7 +559,6 @@ EXPORT_SYMBOL(memstick_add_host); */ void memstick_remove_host(struct memstick_host *host) { - host->removing = 1; flush_workqueue(workqueue); mutex_lock(&host->lock); if (host->card) |
