commit | 06777c4ec78a43977b63f1d5045def057227c2c5 | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Sun Aug 07 21:01:49 2016 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri Aug 19 16:17:26 2016 +0530 |
tree | a244326e9739d3762f181d1703645fb472064a6b | |
parent | 76507fdfc9b629209ae20cd469da2f6d093a507c [diff] |
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>