From: Johan Hedberg Date: Sun, 17 Aug 2014 21:41:42 +0000 (+0300) Subject: Bluetooth: Fix hci_conn reference counting with hci_chan X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c388d32ec1b9fcc2f2404fb5e9b3b0096be5de9;p=pandora-kernel.git Bluetooth: Fix hci_conn reference counting with hci_chan The hci_chan_del() function was doing a hci_conn_drop() but there was no matching hci_conn_hold() in the hci_chan_create() function. Furthermore, as the hci_chan struct holds a pointer to the hci_conn there should be proper use of hci_conn_get/put. This patch fixes both issues so that hci_chan does correct reference counting of the hci_conn object. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed