From: Andy Shevchenko Date: Fri, 7 Nov 2014 14:53:12 +0000 (+0200) Subject: stmmac: remove custom implementation of print_hex_dump() X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424c4f7875ee21e803f6ebeb8799b6185eda7864;p=pandora-kernel.git stmmac: remove custom implementation of print_hex_dump() There is a kernel helper to dump buffers in a hexdecimal format. This patch substitutes the open coded function by calling that helper. The output is slightly changed: - no lead space - ASCII part will be printed along with the dump - offset is longer than 3 characters (now 8) Signed-off-by: Andy Shevchenko Signed-off-by: David S. Miller --- Reading git-diff-tree failed