OSDN Git Service

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)
commit11650b859681e03fdbf26277fcfc5f1f62186703
tree1073305aa356589d05cf59c70dae748c4c0e8b75
parent163cd5fa9fcb7ccc73a9e39d5f601cfd41a23bfa
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