commit | 258aea76f552cc755da92e7e823abbb85e021514 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Feb 01 16:12:19 2012 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Wed Feb 22 18:15:37 2012 +0530 |
tree | 255afabb5d51cc8b9ff0138663ad884c249b6c70 | |
parent | dcc043dc0c60046cf6b75ca04a462314cf64e2ba [diff] |
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>