mmc: Fix re-probing with PM_POST_RESTORE notification

In the error-path where PM notifies PM_POST_RESTORE, the rescan-blockage
should be cleared as well. Otherwise it'll be never re-probed.

Also, as a bonus, this fixes a bug in S4 with user-mode suspend in the
current code, as it sends PM_POST_RESTORE instead of
PM_POST_HIBERNATION wrongly.

Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Chris Ball <cjb@laptop.org>

authored by Takashi Iwai and committed by Chris Ball 274476f8 2f1d7918

+1
+1
drivers/mmc/core/core.c
··· 1773 1774 case PM_POST_SUSPEND: 1775 case PM_POST_HIBERNATION: 1776 1777 spin_lock_irqsave(&host->lock, flags); 1778 host->rescan_disable = 0;
··· 1773 1774 case PM_POST_SUSPEND: 1775 case PM_POST_HIBERNATION: 1776 + case PM_POST_RESTORE: 1777 1778 spin_lock_irqsave(&host->lock, flags); 1779 host->rescan_disable = 0;