commit | 4a829730c85a8e44f142aeca6c95b8b07742c96b | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Jun 19 22:12:35 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jun 24 10:41:42 2024 +0200 |
tree | 43368a34cef41c2d7d8feadb482b82a1b5001760 | |
parent | 0ab318ca3c0b370ff82e9fabf80633cc93d0574e [diff] |
hw/sd/sdcard: Only call sd_req_get_rca() where RCA is used It will be useful later to assert only AC commands (Addressed point-to-point Commands, defined as the 'sd_ac' enum) extract the RCA value from the command argument. 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-16-philmd@linaro.org>