]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 1 Apr 2025 09:58:42 +0000 (11:58 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 14 May 2025 14:59:17 +0000 (16:59 +0200)
commit2abda0485610a6a7849a13576c8c13c3ba903db1
tree858553a6884853a5a4b399f648bf7f195ba157ef
parent07dd2b3204f5fe3010dd467c0a192d7efabc1abc
mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize()

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-7-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c
drivers/mmc/core/core.h
drivers/mmc/core/mmc_ops.c