]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cris: kgdb: use native hex2bin
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 1 Oct 2015 11:42:29 +0000 (14:42 +0300)
committerJesper Nilsson <jespern@axis.com>
Thu, 1 Oct 2015 11:55:02 +0000 (13:55 +0200)
commita89f1b707ab53f9187a7a187cd3a8a1afd50a079
tree164b30bc66f703afa5f3ddc5eedc6e011644f050
parent3225031fbeb1e32b269a82eccd815128267a4bfe
cris: kgdb: use native hex2bin

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 <andriy.shevchenko@linux.intel.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
arch/cris/arch-v10/kernel/kgdb.c
arch/cris/arch-v32/kernel/kgdb.c