commit | 06cc1c880095063fa40b0a640ac0003b43107b40 | [log] [tgz] |
---|---|---|
author | philipl@overt.org <philipl@overt.org> | Sun Jan 18 14:11:20 2009 -0500 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Mon Feb 02 20:57:06 2009 +0100 |
tree | 29872c44aeaa25ed9eb9b1fe2ffdc8f385713d34 | |
parent | cc30d60e4ca0b68e7e3f906eddd1e5b995d349f8 [diff] |
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 <philipl@overt.org> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>