net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()
authorJie Deng <Jie.Deng1@synopsys.com>
Thu, 21 Dec 2017 05:32:00 +0000 (13:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 20:05:33 +0000 (15:05 -0500)
commit42afa0f8c70e06d6fc2aa09890f29c767c3f0947
treed63bc9ed7317f7145e28e92d0cb53edfde098fc9
parentfe1c3ef201c1ae629df9ee60b64e7030f6e703fb
net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()

Get rid of 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().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jie Deng <jiedeng@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/synopsys/dwc-xlgmac-common.c