Re: [PATCH net-next] net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()

2017-12-21 Thread David Miller
From: Jie Deng Date: Thu, 21 Dec 2017 13:32:00 +0800 > 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(). > >

Re: [PATCH net-next] net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()

2017-12-21 Thread Andy Shevchenko
On Thu, 2017-12-21 at 13:32 +0800, Jie Deng wrote: > 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(). > Jie, thanks for taking care of

[PATCH net-next] net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()

2017-12-20 Thread Jie Deng
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 Signed-off-by: Jie Deng