From: Lars-Peter Clausen Date: Sun, 15 Mar 2015 13:26:20 +0000 (+0100) Subject: cw1200: Fix suspend X-Git-Tag: omap-for-v4.2/o2_dc~131^2~95^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbb2e98fef043019b9d546300406b2f6e9d38f5;p=pandora-kernel.git cw1200: Fix suspend The cw1200 driver implements suspend and resume callbacks and assigns them to the suspend and resume fields of the device_driver struct. These callbacks are never actually called by anything though. Modify the driver to properly use dev_pm_ops so that the suspend function is actually executed upon suspend and drop the empty resume function. Signed-off-by: Lars-Peter Clausen Signed-off-by: Kalle Valo --- Reading git-diff-tree failed