commit | d77a858e936815fb8b86fb80d22a7f14bd317183 | [log] [tgz] |
---|---|---|
author | Trilok Soni <tsoni@codeaurora.org> | Sun Sep 23 00:54:46 2012 +0530 |
committer | Trilok Soni <tsoni@codeaurora.org> | Thu Oct 04 14:04:17 2012 +0530 |
tree | 7eae6e24982615be6048532cc4a79a1ca8e0169b | |
parent | 243960a0d25d5375302eb0ab905816ce198aada2 [diff] |
msm: cpr: Use NOTIFY_OK to return the success from notifier callback 0x0 return code points to NOTIFY_DONE which means the Don't care condition, which is used while returning from the notifier callback with conditions which doesn't suit. If we are returning success from the notifier then it should be NOTIFY_OK. Change-Id: I957069ea342dfdeb729a4181808c8ecaba97df1e Signed-off-by: Trilok Soni <tsoni@codeaurora.org>