From: Johan Hedberg Date: Sun, 17 Aug 2014 20:28:57 +0000 (+0300) Subject: Bluetooth: Fix using hci_conn_get() for hci_conn pointers X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8aaf9b65a77267f749c1af641e46c3457d50701;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed