[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)
commit34e30d612f54e959a9953a62143f9f8402207b35
treea530f8f311ec36de89d8435cc116011d84f7f1ba
parent4689a6b1d4970779bf53bd62917df7ad7ad7c704
[PATCH] fs_enet: Fix dma_unmap_single calls

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>
drivers/net/fs_enet/fs_enet-main.c