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

2016-05-08 Thread David Miller
From: Andy Shevchenko Date: Fri, 6 May 2016 20:55:23 +0300 > Instead of custom approach re-use generic helpers to convert byte to hex > format. > > Signed-off-by: Andy Shevchenko Applied.

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

2016-05-06 Thread Andy Shevchenko
Instead of custom approach re-use generic helpers to convert byte to hex format. Signed-off-by: Andy Shevchenko --- drivers/isdn/hardware/eicon/message.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/drivers/isdn/hardware/eicon/message.c b/drivers/is