commit | 34e30d612f54e959a9953a62143f9f8402207b35 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@gmail.com> | Sun Oct 30 01:22:40 2005 +0300 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Oct 29 18:20:30 2005 -0400 |
tree | a530f8f311ec36de89d8435cc116011d84f7f1ba | |
parent | 4689a6b1d4970779bf53bd62917df7ad7ad7c704 [diff] |
[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>