commit | 4d813903496861e99475a175e950f5736e982fc6 | [log] [tgz] |
---|---|---|
author | Subhash Jadavani <subhashj@codeaurora.org> | Thu Oct 15 12:16:43 2015 -0700 |
committer | Xiaonian Wang <xiaonian@codeaurora.org> | Fri Apr 07 17:30:49 2017 -0700 |
tree | 5452793b794305f0b8a52eb01660614c09bc81f1 | |
parent | a7b703a53cb3fdcaf75020bb19d7e0fdac1a128c [diff] |
mmc: sdhci-msm: don't bug on PM QoS request counter going negative Currently we are crashing the system if PM QoS request counter goes negative but this doesn't seem to be right way to handle. We should instead skip decrementing this counter once it reaches 0 and just print a dump stack to know the callstack. This change fixes this as mentioned above. Change-Id: I36fb03b1ddf8e04ecc9fe449496b656db84e77d2 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>