firewire: ohci: Move code from the bus reset tasklet into a workqueue
authorStephan Gatzka <stephan@gatzka.org>
Mon, 25 Jul 2011 20:16:24 +0000 (22:16 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 16 Sep 2011 20:30:28 +0000 (22:30 +0200)
commit2d7a36e23300d268599f6eae4093643d22fbb356
tree8ab2e18f979af804a4f069ac77cbbd34801c5e88
parent32ce38f40337cf4a805552e494354d961587c838
firewire: ohci: Move code from the bus reset tasklet into a workqueue

Code inside bus_reset_work may now sleep. This is a prerequisite to
support a phy from Texas Instruments cleanly. The patch to support this
phy will be submitted later.

Signed-off-by: Stephan Gatzka <stephan@gatzka.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c