Re: [PATCH] firewire: fw-ohci: fix DMA mapping for ar context

From: Stefan Richter
Date: Tue Oct 16 2007 - 13:35:33 EST


I wrote:
> @@ -253,12 +253,6 @@ static int ar_context_add_page(struct ar
> if (ab == NULL)
> return -ENOMEM;
>
> - ab_bus = dma_map_single(dev, ab, PAGE_SIZE, DMA_BIDIRECTIONAL);
[...]

Argh, it's bogus. ab_bus is used immediately after that. Correction
follows in a minute.
--
Stefan Richter
-=====-=-=== =-=- =----
http://arcgraph.de/sr/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/