]> git.baikalelectronics.ru Git - kernel.git/commit
target: remove custom hex2bin() implementation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Jul 2011 05:26:40 +0000 (22:26 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 22 Jul 2011 09:37:49 +0000 (09:37 +0000)
commit64504f3be5aa0ee1e9ba6fdcf8d077512ac656a8
tree1073305aa356589d05cf59c70dae748c4c0e8b75
parent452d6e54dd2d58f6a4002c12f29da3c27f97fb03
target: remove custom hex2bin() implementation

This patch drops transport_asciihex_to_binaryhex() in favor of proper
hex2bin usage from include/linux/kernel.h:hex2bin()

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_cdb.c
drivers/target/target_core_fabric_lib.c
drivers/target/target_core_transport.c
include/target/target_core_transport.h