]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/sd/sdcard: Remove explicit entries for illegal commands
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 17 Jun 2024 03:14:05 +0000 (05:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 24 Jun 2024 08:41:42 +0000 (10:41 +0200)
commit913638464c5cc244545af0a7f2a1c32c5780d6a4
treea422657e16dc2de7468745581c47fa061a697f34
parent3b87fff1cd34a1f7cbf2884e615cfd69c28c8ef2
hw/sd/sdcard: Remove explicit entries for illegal commands

NULL handler is already handled as illegal, no need to
duplicate (that keeps this array simpler to maintain).

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-9-philmd@linaro.org>
hw/sd/sd.c