Re: [Qemu-devel] [PATCH v2 07/14] sdcard: Invert the sd_req_crc_is_valid() logic

2018-05-09 Thread Alistair Francis
On Tue, May 8, 2018 at 8:46 PM, Philippe Mathieu-Daudé wrote: > Let's return TRUE when the CRC is valid. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/hw/sd/

[Qemu-devel] [PATCH v2 07/14] sdcard: Invert the sd_req_crc_is_valid() logic

2018-05-08 Thread Philippe Mathieu-Daudé
Let's return TRUE when the CRC is valid. Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index d8dad94fc4..6fc8daa5b8 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -467,13 +467,13 @@ static voi