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)
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>

No differences found