]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 1 May 2025 06:33:29 +0000 (08:33 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 14 May 2025 15:07:48 +0000 (17:07 +0200)
commit9e654f2bf309f7ddb9ff2fb3f9b0297ae194d2cb
tree69ca7e4800063a495ebcf46bd475efcf91d95c9a
parentf55f7da62166dcdd34a0661b94a43464ff7c626a
mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()

It is not obvious that this functions checks capabilities. Rename it to
include '_can' like other capability helpers and reword it slightly.

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