[Bluetooth] Use work queue to trigger URB submission
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 15 Oct 2006 15:31:19 +0000 (17:31 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 16 Oct 2006 06:14:35 +0000 (23:14 -0700)
commit3f5306927d800306ebba542438cfdf1a1c418376
treebf63518ddbb9c9c07c7d4703017baa4bb56384f1
parent74da626a1098640ddc40c0e3481c0cd41e8ec1e9
[Bluetooth] Use work queue to trigger URB submission

The bcm203x firmware loading driver uses a timer to trigger the URB
submission. It is better to use a work queue instead.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bcm203x.c