[PATCH] fs_enet: Fix dma_unmap_single calls
authorPantelis Antoniou <pantelis.antoniou@gmail.com>
Sat, 29 Oct 2005 22:22:40 +0000 (01:22 +0300)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 29 Oct 2005 22:20:30 +0000 (18:20 -0400)
The following patches fixes a bug with erroneous calling of
dma_unmap_single. It never triggered because on normal ppc32
the calls is a NOP. Out of tree drivers need this fix however.

Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found