commit | 364e96bde13b329fddc9a18f2c14f8e9f33afa89 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@linaro.org> | Wed Nov 23 14:47:02 2011 +0800 |
committer | Eric Miao <eric.miao@linaro.org> | Wed Nov 23 22:51:59 2011 +0800 |
tree | b8170b817c7f8c48ec9ee28f333c8ca6efe01de1 | |
parent | 18d03f417326c98d47cef69d02be0487ea5fe90d [diff] |
SAUCE: remove unnecessary suspend/resume functions from mxc_spdif BugLink: http://bugs.launchpad.net/bugs/882723 Disabling/re-enabling clocks is not necessary as it's done in *_startup() and *_shutdown() functions, and shall be performed during suspend/resume. This is causing warnings of un-matched clk_enable()/clk_disable() Signed-off-by: Eric Miao <eric.miao@linaro.org>