]> Pileus Git - ~andy/linux/commit
Bluetooth: Don't use spin_lock_bh in user context
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 4 Apr 2011 22:06:05 +0000 (19:06 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 5 Apr 2011 15:58:40 +0000 (12:58 -0300)
commit1322901da5094cecd9826ec3aaade83f6452cc45
treeca4eef345dd66e292402b53f613c7337673c9e1d
parentfada4ac33992b1f953d95584e36f6ca7860aea40
Bluetooth: Don't use spin_lock_bh in user context

spin_lock() and spin_unlock() are more apropiated for user context.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/mgmt.c