Re: [PATCH 2/2] scsi: target: remove custom hex2bin()implementation

From: Nicholas A. Bellinger
Date: Tue Jul 19 2011 - 01:20:36 EST


On Mon, 2011-07-18 at 11:27 +0300, Andy Shevchenko wrote:
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Cc: "Nicholas A. Bellinger" <nab@xxxxxxxxxxxxxxx>
> ---
> drivers/target/target_core_cdb.c | 16 ++++------------
> drivers/target/target_core_fabric_lib.c | 17 +++++++----------
> drivers/target/target_core_transport.c | 28 ----------------------------
> include/target/target_core_transport.h | 1 -
> 4 files changed, 11 insertions(+), 51 deletions(-)
>

Good catch to use proper include/linux/kernel.org:hex2bin() usage
instead of the custom code.

Committed as e270af8 with some minor changes to drop DEV_T10_WWN() macro
usage in favor of direct dereference following v4.1 style.

Thanks!

--nab


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/