Xilinx: ARM: DMA: Fixed issue with VDMA when operating in circular mode
commitcf2569656aa0da14aa6d55c3e0246e98519fb517
authorSrikanthT <sthokal@xilinx.com>
Fri, 12 Oct 2012 18:59:55 +0000 (13 00:29 +0530)
committerJohn Linn <john.linn@xilinx.com>
Wed, 17 Oct 2012 17:56:03 +0000 (17 10:56 -0700)
tree9dbe67c64e34ebd0b287cc29fdbdeb5ecd80529d
parentc174c9c095d6b60fc196ddd9ce6a5b8928c4317b
Xilinx: ARM: DMA: Fixed issue with VDMA when operating in circular mode

Parameters 'direction' & 'park_frm' of DMA configuration structure
are uninitialized, as a result, it looks for park pointer update
when operating in circular mode.  They are now initialized to fix
this issue.

Signed-off-by: SrikanthT <sthokal@xilinx.com>
drivers/dma/xilinx_dma.c