firewire: ohci: do not start DMA contexts before link is enabled
authorClemens Ladisch <clemens@ladisch.de>
Mon, 11 Apr 2011 07:56:12 +0000 (09:56 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 19 Apr 2011 18:00:10 +0000 (20:00 +0200)
OHCI 1.1 5.7.3 not only forbids enabling or starting any DMA contexts
before the linkEnable bit is set, but also explicitly warns of undefined
behaviour if this order is violated.

Don't violate it then.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found