On Wed, Jan 3, 2018 at 1:24 PM, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
Reviewed-by: Alistair Francis <alistair.fran...@xilinx.com> Alistair > --- > 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 e0550cd174..e6a6e0b2ad 100644 > --- a/hw/sd/sd.c > +++ b/hw/sd/sd.c > @@ -854,7 +854,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 > >