From: Peter Ujfalusi Date: Mon, 14 Apr 2014 11:42:03 +0000 (+0300) Subject: dmaengine: edma: Prefix debug prints where the text were identical in prep callbacks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~69^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c594c8912bd6d0dfa45cc08b58a60dcbb8010ecb;p=pandora-kernel.git dmaengine: edma: Prefix debug prints where the text were identical in prep callbacks prep_slave_sg and prep_dma_cyclic callbacks have mostly same failure cases with the same texts printed in case we hit them. It helps when debugging if we know exactly which callback generated the errors. At the same time change the debug level for descriptor allocation failure from dbg to err since all other error cases are dev_err and this failure is similarly fatal as the other ones. Signed-off-by: Peter Ujfalusi Acked-by: Joel Fernandes Reviewed-and-Tested-by: Joel Fernandes Signed-off-by: Vinod Koul --- Reading git-diff-tree failed