spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true
authorViresh Kumar <viresh.kumar@st.com>
Wed, 10 Aug 2011 08:50:58 +0000 (14:20 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 21 Sep 2011 15:41:48 +0000 (09:41 -0600)
commit3e3ea716270dc64810f624ad6a3672440b45d3d4
treebb88ce96e0c6bb2a779f490363b1bc2793da2734
parent0379b2a33a8a03d4ad1036ef646419dbdf1ac15a
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>
drivers/spi/spi-pl022.c