Re: [PATCH v3 4/6] [SCSI] ips: don't use custom hex_asc_upper[] table

2016-10-24 Thread Ewan D. Milne
On Sat, 2016-10-22 at 20:32 +0300, Andy Shevchenko wrote: > From: Andy Shevchenko > > We have table of the HEX characters in the kernel. Replace custom by a generic > one. > > Cc: Adaptec OEM Raid Solutions > Signed-off-by: Andy Shevchenko > --- > drivers/scsi/ips.c | 13 + > 1 fi

[PATCH v3 4/6] [SCSI] ips: don't use custom hex_asc_upper[] table

2016-10-22 Thread Andy Shevchenko
From: Andy Shevchenko We have table of the HEX characters in the kernel. Replace custom by a generic one. Cc: Adaptec OEM Raid Solutions Signed-off-by: Andy Shevchenko --- drivers/scsi/ips.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/ips.c b