From: Johan Hedberg Date: Thu, 10 Jul 2014 08:50:27 +0000 (+0300) Subject: Bluetooth: Fix using test_and_clear instead of test_and_set X-Git-Tag: cleanup-for-v3.18~108^2~73^2~42^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fabc0f4c7bd2206c368a79e3ed79b7d36625cfd;p=pandora-kernel.git Bluetooth: Fix using test_and_clear instead of test_and_set The code for updating the HCI_CONNECTABLE flag was incorrectly using test_and_set_bit instead of test_and_clear_bit when HCI_CONNECTABLE is to be cleared. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed