commit | 1fd4e4003d31948cdcb67379a57b903e2670b448 | [log] [tgz] |
---|---|---|
author | Ram Mohan Korukonda <rkorukon@codeaurora.org> | Thu Oct 04 22:49:18 2012 +0530 |
committer | Ram Mohan Korukonda <rkorukon@codeaurora.org> | Fri Oct 05 20:59:40 2012 +0530 |
tree | aac331bae960ce06c9b36e7f6706bc9747fe18b3 | |
parent | be2ae8742f58e273ddc54f5ea74a89f20bbff580 [diff] |
bluetooth: hci_ibs: disable irqs when spinlock is acquired Deadlock is observed while performing bluetooth stress and stability tests. Since same lock is getting acquired from both irq and non-irq context, irqs should be disable while acquiring the spinlock always. Otherwise there is chance of deadlock observing while performing stability tests. CRs-fixed: 406705 Change-Id: I4c79e3f7edb5312d02e6819fb62384f58c2e1d32 Signed-off-by: Ram Mohan Korukonda <rkorukon@codeaurora.org>