commit | ad8d52b897a14711e026889053befbbee7fd51ba | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Wed Aug 31 08:49:43 2016 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Sep 12 10:57:00 2016 +0100 |
tree | c51a030650bdab011f8c0f6e6a32eea551e31f61 | |
parent | 9395452b4aab7bc2475ef8935b4a4fb99d778d70 [diff] |
pcmcia: ds: fix suspend/resume PCMCIA suspend/resume no longer works since the commit mentioned below, as the callbacks are no longer made. Convert the driver to the new dev_pm_ops, which restores the suspend/resume functionality. Tested on the arm arch Assabet platform. Fixes: aa8e54b559479 ("PM / sleep: Go direct_complete if driver has no callbacks") Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>