hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 8 Apr 2024 13:41:56 +0000 (15:41 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 24 Jun 2024 13:08:39 +0000 (15:08 +0200)
commitcd44ccee18e2a8856f7ddc0b00bbc40dfa9fd5d5
treea0d7e4eb424a1cdf2d971430b4be4a57b92b2e1f
parent9ee9292b75fcce4c32ebfe009c950d8437a267f2
hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros

These macros only save 3 chars and make the code harder
to maintain, simply remove them.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Tested-by: Cédric Le Goater <clg@redhat.com>
Message-Id: <20240621080554.18986-20-philmd@linaro.org>
hw/sd/sd.c