]> www.infradead.org Git - users/willy/xarray.git/commit
mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 1 Apr 2025 09:58:39 +0000 (11:58 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 14 May 2025 14:59:17 +0000 (16:59 +0200)
commitceb5d3acb0c32beb3a8fbaf72f21e9eb1b58bd63
tree68405e2fca437d3397eb717725066d31097c7b0b
parent5513d9bebbcca2eb30252ad6c2f0eaf73eec7121
mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()

mmc_can_* functions sometimes relate to the card and sometimes to the host.
Make it obvious by renaming this function to include 'card'. Also, convert to
proper bool type while we are here.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250401095847.29271-4-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc.c
drivers/mmc/core/mmc_ops.c
drivers/mmc/core/mmc_ops.h