]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: pxa_dma: fix debug message
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 7 Aug 2016 19:01:49 +0000 (21:01 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 19 Aug 2016 10:47:26 +0000 (16:17 +0530)
commit06777c4ec78a43977b63f1d5045def057227c2c5
treea244326e9739d3762f181d1703645fb472064a6b
parent76507fdfc9b629209ae20cd469da2f6d093a507c
dmaengine: pxa_dma: fix debug message

In a very tight timeframe, the debug message in the transfer completion
handler can be misleading, as the completion test report can change just
after the message, and the code flow cannot be deduced from the debug
message.

This is just a cleanup to make debugging easier.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pxa_dma.c