]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/sd/sdcard: Remove default case in read/write on DAT lines
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Jun 2024 10:39:18 +0000 (12:39 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jul 2024 21:54:46 +0000 (23:54 +0200)
commite2dec2eab04db00ad718353b77adfd59dd5ee3db
tree4843097df17e4d8779a41560a08f74a3262f476a
parent48741580a8e4b7e18406962425ce608e2ef0c6f4
hw/sd/sdcard: Remove default case in read/write on DAT lines

All read/write on DAT lines are explicitly handled.
Reaching this point would be a programming error:
replace by an assertion.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Tested-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Tested-by: Cédric Le Goater <clg@redhat.com>
Message-Id: <20240628070216.92609-79-philmd@linaro.org>
hw/sd/sd.c