dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages
authorFabio Estevam <festevam@gmail.com>
Tue, 21 Feb 2012 14:51:59 +0000 (12:51 -0200)
committerVinod Koul <vinod.koul@linux.intel.com>
Tue, 6 Mar 2012 11:31:07 +0000 (17:01 +0530)
The message "dmaengine: failed to get" can come from two possible locations within dmaengine.c.

In order to distinguish between them, replace "dmaengine" with __func__ string so that the
source function of the error message can be easily identified.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>

No differences found