From: Stefan Richter Date: Mon, 5 Jan 2009 19:28:10 +0000 (+0100) Subject: firewire: cdev: shut down iso context before freeing the buffer X-Git-Tag: v2.6.30-rc1~644^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a755cfc398fc50abc74055d4478c1b067dac55;p=pandora-kernel.git firewire: cdev: shut down iso context before freeing the buffer DMA must be halted before we DMA-unmap and free the DMA buffer. Since we cannot rely on the client to stop the context before it closes the fd, we have to reorder fw_iso_buffer_destroy vs. fw_iso_context_destroy. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed