tc35815: Fix an usage of streaming DMA API.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 13 Mar 2007 16:02:20 +0000 (01:02 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 15:00:58 +0000 (11:00 -0400)
commit793bc0afbdccd97e66b2bdf43c2ce5653140ee5e
tree5383129defd96eeab108cfcc4178d19cd0ec4284
parent1e56a4b4029dd1cabf73f28970b5c11bcbae6bb7
tc35815: Fix an usage of streaming DMA API.

The tc35815 driver lacks a call to pci_dma_sync_single_for_device() on
receiving.  Recent fix of MIPS dma_sync_single_for_cpu() reveal this
bug.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/tc35815.c