From: Viresh Kumar Date: Wed, 10 Aug 2011 08:50:58 +0000 (+0530) Subject: spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true X-Git-Tag: v3.2-rc1~123^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e3ea716270dc64810f624ad6a3672440b45d3d4;p=pandora-kernel.git 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 Tested-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed