From: Hongbo Zhang Date: Fri, 18 Apr 2014 08:17:44 +0000 (+0800) Subject: DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG X-Git-Tag: omap-for-v3.16/fixes-against-rc1~69^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7f7a2b4b1ec2305d2ba518c69109cc110e70f8;p=pandora-kernel.git DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG Some codes are calling chan_dbg with FSL_DMA_LD_DEBUG surrounded, it is really unnecessary to use such a macro because chan_dbg is a wrapper of dev_dbg, we do have corresponding DEBUG macro to switch on/off dev_dbg, and most of the other codes are also calling chan_dbg directly without using FSL_DMA_LD_DEBUG. Signed-off-by: Hongbo Zhang Signed-off-by: Vinod Koul --- Reading git-diff-tree failed