commit | 9a07ae68932b81c5666035aec3f7cb3017e5b13e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Dec 19 23:22:15 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 20 13:04:45 2017 -0500 |
tree | 4dd9c8dad431204b8cc3a19dff6a53edfb19164f | |
parent | 97bbf6623ebea1517e74c21ee59ff6fe133ce7fd [diff] |
net: amd-xgbe: Get rid of custom hex_dump_to_buffer() Get rid of yet another custom hex_dump_to_buffer(). The output is slightly changed, i.e. each byte followed by white space. Note, we don't use print_hex_dump() here since the original code uses nedev_dbg(). Acked-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>