commit | 4d0d39758d3e10a31e7f146d56760a92396feb85 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Oct 01 14:42:29 2015 +0300 |
committer | Jesper Nilsson <jespern@axis.com> | Mon Nov 02 20:03:04 2015 +0100 |
tree | ff92670f49e587f3896cda79c4767d5df9cc6fea | |
parent | 6a13feb9c82803e2b815eca72fa7a9f5561d7861 [diff] |
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>