ARM: S3C64XX: DMA: Make src and dst transfer size same
authorJassi Brar <jassi.brar@samsung.com>
Thu, 5 Nov 2009 04:44:45 +0000 (13:44 +0900)
committerBen Dooks <ben-linux@fluff.org>
Mon, 9 Nov 2009 23:50:42 +0000 (23:50 +0000)
Some devices don't seem to work if the source and desitnation transfer
widths are not same. For example, SPI dma xfers, with 8bits/word,
don't work without this patch.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found