Re: [Qemu-devel] [PATCH v2 02/14] sdcard: Constify sd_crc*()'s message argument

2018-05-09 Thread Alistair Francis
On Tue, May 8, 2018 at 8:46 PM, Philippe Mathieu-Daudé wrote: > 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/sd.c b/hw/sd/sd.c > index 235e0518d6..eb6dd54

[Qemu-devel] [PATCH v2 02/14] sdcard: Constify sd_crc*()'s message argument

2018-05-08 Thread Philippe Mathieu-Daudé
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 235e0518d6..eb6dd5482e 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -236,11 +236,11 @@ static const int sd_cmd_class[SDMMC_CMD_MAX] = {