git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865d943
)
dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages
author
Fabio Estevam
<festevam@gmail.com>
Tue, 21 Feb 2012 14:51:59 +0000
(12:51 -0200)
committer
Vinod 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