]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
firewire: fw-ohci: fix IOMMU resource exhaustion
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 9 Dec 2008 23:20:38 +0000 (00:20 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 10 Dec 2008 11:45:34 +0000 (12:45 +0100)
There is a DMA map/ unmap imbalance whenever a block write request
packet is sent and then dequeued with ohci_cancel_packet.  The latter
may happen frequently if the AR resp tasklet is executed before the AT
req tasklet for the same transaction.

Add the missing dma_unmap_single.  This fixes
https://bugzilla.redhat.com/show_bug.cgi?id=475156

Reported-by: Emmanuel Kowalski
Tested-by: Emmanuel Kowalski
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found