From: Johan Hedberg Date: Mon, 14 Jan 2013 20:33:52 +0000 (+0200) Subject: Bluetooth: Fix using system-global workqueue when not necessary X-Git-Tag: v3.9-rc1~139^2~2^2^2~42^2~49^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46818ed514102c8d251d4aff5c99ad3ff6805432;p=pandora-kernel.git Bluetooth: Fix using system-global workqueue when not necessary There's a per-HCI device workqueue (hdev->workqueue) that should be used for general per-HCI device work (except hdev->req_workqueue that's for hci_request() related work). This patch fixes places using the system-global work queue and makes them use the hdev->workqueue instead. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed