From: Jarkko Nikula Date: Tue, 10 Mar 2015 09:37:24 +0000 (+0200) Subject: dmaengine: dw: Make error prints unique. Part #2 X-Git-Tag: omap-for-v4.2/o2_dc~23^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26072276f20ce93717fdad5210e4ae9f1c944fa;p=pandora-kernel.git dmaengine: dw: Make error prints unique. Part #2 The same error message is printed from different switch cases. Since both of these jump into same error label we can move error print there and add a DMA direction in order to make it easier to grep error from sources. Signed-off-by: Jarkko Nikula Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed