From: Johan Hedberg Date: Fri, 8 Aug 2014 06:28:05 +0000 (+0300) Subject: Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~84^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3368605591b88cd8af522adadb1c460a8f8e7bb;p=pandora-kernel.git Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context The code is consistently using the HCI_CONN_LE_SMP_PEND flag check for the existence of the SMP context, with the exception of this one place in smp_sig_channel(). This patch converts the place to use the flag just like all other instances. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed