commit | d8b53489d4c80490a70327fce6657816e33fafb3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Tue Feb 21 12:51:59 2012 -0200 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Tue Mar 06 17:01:07 2012 +0530 |
tree | 4aae62840a59c10d1bc6c275394de2898b41e103 | |
parent | 865d9438eb1f7670d2e88849f059db551b320887 [diff] |
dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages 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>