summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
diff options
context:
space:
mode:
authorJohn W. Linville2014-05-29 19:03:47 +0200
committerJohn W. Linville2014-05-29 19:03:47 +0200
commita5eb1aeb25df89c627248a162cc35ffb556dc486 (patch)
tree934fd6b18f17f72d5e57708b8e3a12b0071f1327 /net/bluetooth/rfcomm/core.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next (diff)
parentBluetooth: Clearly distinguish mgmt LTK type from authenticated property (diff)
downloadkernel-qcow2-linux-a5eb1aeb25df89c627248a162cc35ffb556dc486.tar.gz
kernel-qcow2-linux-a5eb1aeb25df89c627248a162cc35ffb556dc486.tar.xz
kernel-qcow2-linux-a5eb1aeb25df89c627248a162cc35ffb556dc486.zip
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Conflicts: drivers/bluetooth/btusb.c
Diffstat (limited to 'net/bluetooth/rfcomm/core.c')
-rw-r--r--net/bluetooth/rfcomm/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c
index cf620260affa..754b6fe4f742 100644
--- a/net/bluetooth/rfcomm/core.c
+++ b/net/bluetooth/rfcomm/core.c
@@ -307,7 +307,7 @@ struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio)
setup_timer(&d->timer, rfcomm_dlc_timeout, (unsigned long)d);
skb_queue_head_init(&d->tx_queue);
- spin_lock_init(&d->lock);
+ mutex_init(&d->lock);
atomic_set(&d->refcnt, 1);
rfcomm_dlc_clear_state(d);