Re: [PATCH v1] net: amd-xgbe: Get rid of custom hex_dump_to_buffer()

2017-12-19 Thread Tom Lendacky
On 12/19/2017 12:02 PM, Andy Shevchenko wrote: > 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(). > > Signed-off-by: Andy

[PATCH v1] net: amd-xgbe: Get rid of custom hex_dump_to_buffer()

2017-12-19 Thread Andy Shevchenko
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(). Signed-off-by: Andy Shevchenko ---