Bluetooth: Don't use *_bh locks anymore
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 22 Dec 2011 17:14:39 +0000 (15:14 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 3 Jan 2012 03:38:36 +0000 (01:38 -0200)
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>
net/bluetooth/l2cap_core.c

Simple merge