From: Andy Shevchenko Date: Wed, 27 Aug 2014 13:49:43 +0000 (+0300) Subject: cifs: convert to print_hex_dump() instead of custom implementation X-Git-Tag: omap-for-v3.19/fixes-rc1~147^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d83e0dbb3ed91e05b11ef32afb30acfbf8ba45;p=pandora-kernel.git cifs: convert to print_hex_dump() instead of custom implementation This patch converts custom dumper to use native print_hex_dump() instead. The cifs_dump_mem() will have an offsets per each line which differs it from the original code. In the dump_smb() we may use native print_hex_dump() as well. It will show slightly different output in ASCII part when character is unprintable, otherwise it keeps same structure. Signed-off-by: Andy Shevchenko Signed-off-by: Steve French --- Reading git-diff-tree failed