Re: [PATCH v2 7/9] pc-bios: s390x: Use ebcdic2ascii table

2020-05-20 Thread Thomas Huth
On 14/05/2020 14.37, Janosch Frank wrote: > Why should we do conversion of a ebcdic value if we have a handy table > where we coul look up the ascii value instead? s/coul/could/ > Signed-off-by: Janosch Frank > Reviewed-by: David Hildenbrand > --- > pc-bios/s390-ccw/bootmap.c | 4 +--- > 1 fil

[PATCH v2 7/9] pc-bios: s390x: Use ebcdic2ascii table

2020-05-14 Thread Janosch Frank
Why should we do conversion of a ebcdic value if we have a handy table where we coul look up the ascii value instead? Signed-off-by: Janosch Frank Reviewed-by: David Hildenbrand --- pc-bios/s390-ccw/bootmap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pc-bios/s390-cc