]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
mmc: core: Use host instead of card argument to mmc_spi_send_csd()
authorYue Hu <huyue2@yulong.com>
Mon, 1 Feb 2021 05:55:07 +0000 (13:55 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 8 Feb 2021 10:00:33 +0000 (11:00 +0100)
commit9dbd1ddf74e84289bcaa85371eed64c55ca16eb2
treef41dffbbd67a8bc63a19dfca3d3a67999232ee97
parentfdb7ef5b7d36baba1f99bbd33469bf7e51c6b00e
mmc: core: Use host instead of card argument to mmc_spi_send_csd()

Since mmc_send_cxd_data() does not care card if opcode is MMC_SEND_CSD.

Signed-off-by: Yue Hu <huyue2@yulong.com>
Link: https://lore.kernel.org/r/20210201055507.542-1-zbestahu@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc_ops.c