Bluetooth: Fix using hci_conn_get() for hci_conn pointers
authorJohan Hedberg <johan.hedberg@intel.com>
Sun, 17 Aug 2014 20:28:57 +0000 (23:28 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 8 Sep 2014 17:07:53 +0000 (19:07 +0200)
Wherever we keep hci_conn pointers around we should be using
hci_conn_get/put to ensure that they stay valid. This patch fixes
all places violating against the principle currently.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/mgmt.c

Simple merge
Simple merge
Simple merge
Simple merge