Re: [PATCH v1 1/1] ISDN: eicon: replace custom hex_dump_to_buffer()

2016-10-26 Thread David Miller
From: Andy Shevchenko Date: Sat, 22 Oct 2016 20:37:05 +0300 > Instead of custom approach re-use generic helper to convert bytes to hex > format. > > The output is slightly changed, namely string starts from the first dword > value. > > Signed-off-by: Andy Shevchenko This adds a warning. Real

[PATCH v1 1/1] ISDN: eicon: replace custom hex_dump_to_buffer()

2016-10-22 Thread Andy Shevchenko
Instead of custom approach re-use generic helper to convert bytes to hex format. The output is slightly changed, namely string starts from the first dword value. Signed-off-by: Andy Shevchenko --- drivers/isdn/hardware/eicon/message.c | 34 -- 1 file changed, 4 i