commit | 38fd18753e66c9d81b1f1234d0f50f74a142704a | [log] [tgz] |
---|---|---|
author | Sagar Dharia <sdharia@codeaurora.org> | Mon Feb 06 18:36:38 2012 -0700 |
committer | Sagar Dharia <sdharia@codeaurora.org> | Mon Feb 06 18:36:38 2012 -0700 |
tree | ed60075fb8972f633824f0b10012fe48bb98f988 | |
parent | 506e407d0f31207b3986c272455e80c9cc662829 [diff] |
slim_msm: Make sure runtime PM reference count doesn't go -ve Clients may vote for slimbus controller runtime using pm_runtime_get and pm_runtime_put APIs. Make sure error is logged when client tries to call pm_runtime_put more than/before pm_runtime_get and it's not sent to the runtime PM framework to avoid reference count going -ve. Change-Id: I794d5df5e98477b3423c04537eb577383537b1c7 Signed-off-by: Sagar Dharia <sdharia@codeaurora.org>