Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- hw/sd/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/sd/sd.c b/hw/sd/sd.c index b8a5a344f5..9b90987d7f 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -844,7 +844,7 @@ static void sd_lock_command(SDState *sd) static sd_rsp_type_t sd_normal_command(SDState *sd, SDRequest req) { - uint32_t rca = 0x0000; + uint16_t rca = 0x0000; uint64_t addr = (sd->ocr & (1 << 30)) ? (uint64_t) req.arg << 9 : req.arg; if (req.cmd != 55 || sd->expecting_acmd) { -- 2.15.1