From: Jaganath Kanakkassery Date: Thu, 11 Dec 2014 13:28:15 +0000 (+0530) Subject: Bluetooth: Fix missing hci_dev_lock/unlock in hci_event X-Git-Tag: omap-for-v3.19/fixes-rc1~39^2~17^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c1a4c8f28059e592da4fff40c0dc54202fb5cc6;p=pandora-kernel.git Bluetooth: Fix missing hci_dev_lock/unlock in hci_event mgmt_pending_remove() should be called with hci_dev_lock protection and all hci_event.c functions which calls mgmt_complete() (which eventually calls mgmt_pending_remove()) should hold the lock. So this patch fixes the same Signed-off-by: Jaganath Kanakkassery Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed