From: Johan Hedberg Date: Wed, 9 Jan 2013 13:29:38 +0000 (+0200) Subject: Bluetooth: Move non-critical sections outside of the dev lock X-Git-Tag: v3.9-rc1~139^2~2^2^2~42^2~49^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ecd8b6628c14c9a27832ce7c48315385272208;p=pandora-kernel.git Bluetooth: Move non-critical sections outside of the dev lock This patch fixes sections of code that do not need hci_lock_dev to be outside of the lock. Such sections include code that do not touch the hdev at all as well as sections which just read a single byte from the supported_features value (i.e. all lmp_*_capable() macros). Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed