]> git.baikalelectronics.ru Git - kernel.git/commit
DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG
authorHongbo Zhang <hongbo.zhang@freescale.com>
Fri, 18 Apr 2014 08:17:44 +0000 (16:17 +0800)
committerVinod Koul <vinod.koul@intel.com>
Fri, 2 May 2014 16:47:42 +0000 (22:17 +0530)
commit0709a45758f34fa638f4c5bfcb6ce6d2fd211637
treef09e25690911305e8f51e319422c265a4d7a996e
parent06fcb927673119e68d7553c7412b54662ef1a905
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 <hongbo.zhang@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/fsldma.c