Re: [PATCH v2 8/9] pc-bios: s390x: Replace 0x00 with 0x0 or 0

2020-05-20 Thread Thomas Huth
On 14/05/2020 14.37, Janosch Frank wrote: > 0x00 looks odd, time to replace it with 0 or 0x0 (for pointers). > > Signed-off-by: Janosch Frank > --- > pc-bios/s390-ccw/dasd-ipl.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/pc-bios/s390-ccw/dasd-ipl.c b

Re: [PATCH v2 8/9] pc-bios: s390x: Replace 0x00 with 0x0 or 0

2020-05-18 Thread David Hildenbrand
On 14.05.20 14:37, Janosch Frank wrote: > 0x00 looks odd, time to replace it with 0 or 0x0 (for pointers). "(for addresses)" maybe? Reviewed-by: David Hildenbrand > > Signed-off-by: Janosch Frank > --- > pc-bios/s390-ccw/dasd-ipl.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 de

[PATCH v2 8/9] pc-bios: s390x: Replace 0x00 with 0x0 or 0

2020-05-14 Thread Janosch Frank
0x00 looks odd, time to replace it with 0 or 0x0 (for pointers). Signed-off-by: Janosch Frank --- pc-bios/s390-ccw/dasd-ipl.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pc-bios/s390-ccw/dasd-ipl.c b/pc-bios/s390-ccw/dasd-ipl.c index b932531e6f..764ee89e92