From: Marcel Holtmann Date: Mon, 16 Jun 2014 10:30:56 +0000 (+0200) Subject: Bluetooth: Use struct delayed_work for HCI command timeout X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65cc2b49db63adf1455a9783234383fbec5b8314;p=pandora-kernel.git Bluetooth: Use struct delayed_work for HCI command timeout Since the whole HCI command, event and data packet processing has been migrated to use workqueues instead of tasklets, it makes sense to use struct delayed_work instead of struct timer_list for the timeout handling. This patch converts the hdev->cmd_timer to use workqueue as well. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed