commit | f8aaf9b65a77267f749c1af641e46c3457d50701 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sun Aug 17 23:28:57 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Sep 08 19:07:53 2014 +0200 |
tree | de1e0c30c71feca081078fe6a23daa5703759d94 | |
parent | 51bb8457ddfa74ede52bf8c02054dea831d59fff [diff] |
Bluetooth: Fix using hci_conn_get() for hci_conn pointers 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>