commit | 333055f2aaabadb951b5ecd90f6a20a9aee38c29 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Dec 22 15:14:39 2011 -0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Jan 03 01:38:36 2012 -0200 |
tree | e3ed44860d187ec699c29838fac916b7dfb84740 | |
parent | e75a8b0c332875b2a2d22acdc331fc2b83788cac [diff] |
Bluetooth: Don't use *_bh locks anymore Those locks are not shared between interrupt and process context anymore, so remove the part that disable interrupts. We are still safe because preemption is disabled. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>