From: Kristian Høgsberg Date: Wed, 7 Mar 2007 17:12:49 +0000 (-0500) Subject: firewire: Move async transmit to use the general context code. X-Git-Tag: v2.6.22-rc1~111^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f319b6a02f12c3712eb64eee6a23584367cb3588;p=pandora-kernel.git firewire: Move async transmit to use the general context code. The old async transmit context handling was starting and stopping DMA for every packet transmission. This could cause silently failing packet transmission, if the DMA was reprogrammed too close to being stopped. The general context code keeps DMA running at all times and fixes this problem. It's also a nice cleanup. Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- Reading git-diff-tree failed