Re: [PATCH v2, resend 1/1] cris: kgdb: use native hex2bin

2015-10-01 Thread Jesper Nilsson
On Thu, Oct 01, 2015 at 02:42:29PM +0300, Andy Shevchenko wrote: > There are kernel native helpers to convert hex ascii to the binary format: > hex_to_bin() and hex2bin(). Thus, no need to reimplement them customly. Thanks, added to the CRIS tree, and also confirming our company mailserver is brok

[PATCH v2, resend 1/1] cris: kgdb: use native hex2bin

2015-10-01 Thread Andy Shevchenko
There are kernel native helpers to convert hex ascii to the binary format: hex_to_bin() and hex2bin(). Thus, no need to reimplement them customly. Signed-off-by: Andy Shevchenko Cc: Geert Uytterhoeven Cc: Jesper Nilsson --- arch/cris/arch-v10/kernel/kgdb.c | 83 ++--