From: Johan Hedberg Date: Wed, 11 Mar 2015 06:55:51 +0000 (+0200) Subject: Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired() X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~244^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c8b28d291de9999e9da2ef5d4165861983eb83;p=pandora-kernel.git Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired() When finding a matching LTK the rcu_read_unlock() function was failing to release the RCU read lock. This patch adds the missing call to rcu_reaD_unlock(). Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed