From: philipl@overt.org Date: Sun, 18 Jan 2009 19:11:20 +0000 (-0500) Subject: ricoh_mmc: Use suspend_late/resume_early X-Git-Tag: v2.6.29-rc4~70^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06cc1c880095063fa40b0a640ac0003b43107b40;p=pandora-kernel.git ricoh_mmc: Use suspend_late/resume_early If ricoh_mmc suspends before sdhci_pci, it will pull the card out from under the controller, which could leave the system in a very confused state. Using suspend_late/resume_early ensures that sdhci_pci suspends first and resumes second. Signed-off-by: Philip Langdale Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed