]> Git Repo - qemu.git/commit
hw/sd: sd: Remove duplicated codes in single/multiple block read/write
authorBin Meng <[email protected]>
Thu, 28 Jan 2021 06:30:28 +0000 (14:30 +0800)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 19 Feb 2021 23:17:09 +0000 (00:17 +0100)
commitcdf6701bcc71331f8d0744c7f4c3cb309c71d541
tree494d6174e4fb659c70450d5992e4c863eb1b7ba6
parent1365d863a71803a8aac7922986c858ed4dedd826
hw/sd: sd: Remove duplicated codes in single/multiple block read/write

The single block read (CMD17) codes are the same as the multiple
block read (CMD18). Merge them into one. The same applies to single
block write (CMD24) and multiple block write (CMD25).

Signed-off-by: Bin Meng <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Acked-by: Alistair Francis <[email protected]>
Message-Id: <20210128063035[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
hw/sd/sd.c
This page took 0.024009 seconds and 4 git commands to generate.