commit | f98205f74a79311691e3e4bae1929c7ed3fe8d9a | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Sat Feb 19 17:08:15 2011 -0800 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:28:05 2011 -0700 |
tree | 7f932227703e89c397e852b5e344dd3a41643b6a | |
parent | eb8c895a5f1fc4885d1016f2806f0aa00b9b4fad [diff] |
pmic8058-vibrator: Do not call hrtimer_cancel when preemption is disabled The hrtimer_cancel logic exposes a possible spinlock live-lock situation, if this call is made when preemption is disabled. Fix the code to avoid this situation. CRs-Fixed: 299333 Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>