Skip to content

Commit 254ce8d

Browse files
author
Linus Torvalds
committed
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
2 parents 89de09a + 896937a commit 254ce8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/mmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ EXPORT_SYMBOL(mmc_suspend_host);
12631263
*/
12641264
int mmc_resume_host(struct mmc_host *host)
12651265
{
1266-
mmc_detect_change(host, 0);
1266+
mmc_rescan(host);
12671267

12681268
return 0;
12691269
}

0 commit comments

Comments
 (0)