From: Chan-yeol Park Date: Fri, 31 Oct 2014 05:23:06 +0000 (+0900) Subject: Bluetooth: Fix hci_sync missing wakeup interrupt X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~66^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039fada5cd1963c32ed13d18d0dd467fdf966b66;p=pandora-kernel.git Bluetooth: Fix hci_sync missing wakeup interrupt __hci_cmd_sync_ev(), __hci_req_sync() could miss wake_up_interrupt from hci_req_sync_complete() because hci_cmd_work() workqueue and its response could be completed before they are ready to get the signal through add_wait_queue(), set_current_state(TASK_INTERRUPTIBLE). Signed-off-by: Chan-yeol Park Signed-off-by: Kyungmin Park Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed