mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: mmc: fix CONFIG_MMC_UNSAFE_RESUME regression
This commit is contained in:
commit
687530b44d
1 changed files with 1 additions and 1 deletions
|
@ -1529,7 +1529,7 @@ void mmc_rescan(struct work_struct *work)
|
||||||
* still present
|
* still present
|
||||||
*/
|
*/
|
||||||
if (host->bus_ops && host->bus_ops->detect && !host->bus_dead
|
if (host->bus_ops && host->bus_ops->detect && !host->bus_dead
|
||||||
&& mmc_card_is_removable(host))
|
&& !(host->caps & MMC_CAP_NONREMOVABLE))
|
||||||
host->bus_ops->detect(host);
|
host->bus_ops->detect(host);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue