commit | d00e614f61e1a90ee905e783d3363752e63df8c0 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jun 17 16:58:29 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jun 24 10:41:42 2024 +0200 |
tree | 76a1858618ef04cd26af0549bb9ff21f445e5384 | |
parent | 8d380565adf45fa456832d7e2cbbf7be359ebbd8 [diff] |
hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2) Keep this handler style in sync with other handlers by using a switch() case, which might become handy to handle other states. 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-3-philmd@linaro.org>