commit | 3e3ea716270dc64810f624ad6a3672440b45d3d4 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Aug 10 14:20:58 2011 +0530 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Sep 21 09:41:48 2011 -0600 |
tree | bb88ce96e0c6bb2a779f490363b1bc2793da2734 | |
parent | 0379b2a33a8a03d4ad1036ef646419dbdf1ac15a [diff] |
spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true pl022_dma_remove() should be called only if enable_dma is true. There is no point calling it when pl022_dma_probe() is not called, which again depends on enable_dma. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>