hw/sd/sdcard: Constify sd_crc*()'s message argument
commitaecaa05922bca8b1760cd463935ca2a71df776f5
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 2 May 2018 19:45:37 +0000 (2 16:45 -0300)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 25 Oct 2020 23:36:52 +0000 (26 00:36 +0100)
treeb35171fcfceedc3a20a86584fb36e996fd745568
parentef6dd5f5c41b2d8fcfd72c946ac224e6c3aa1363
hw/sd/sdcard: Constify sd_crc*()'s message argument

CRC functions don't modify the buffer argument,
make it const.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200630133912.9428-14-f4bug@amsat.org>
hw/sd/sd.c