dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
authorViresh Kumar <viresh.kumar@st.com>
Wed, 1 Feb 2012 10:42:19 +0000 (16:12 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Wed, 22 Feb 2012 12:45:37 +0000 (18:15 +0530)
commit258aea76f552cc755da92e7e823abbb85e021514
tree255afabb5d51cc8b9ff0138663ad884c249b6c70
parentdcc043dc0c60046cf6b75ca04a462314cf64e2ba
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users

.device_fc is added in struct dma_slave_config recently. All user drivers, which
want DMA to be the flow controller must pass this field as false. As earlier
driver don't look to use this feature, mark it false for now.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/mmc/host/mmci.c
drivers/mmc/host/mxcmmc.c
drivers/spi/spi-dw-mid.c
drivers/spi/spi-pl022.c
drivers/tty/serial/amba-pl011.c
drivers/usb/musb/ux500_dma.c
sound/soc/imx/imx-pcm-dma-mx2.c