]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: core: Simplify sd_uhs2_power_up()
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Oct 2024 13:17:47 +0000 (14:17 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Oct 2024 10:55:37 +0000 (11:55 +0100)
commit767c2b21cb5855455aeff6bd7fb76585dcab5860
treee74e290b0033b87dc44eb53d2d79caded179baf4
parente6dc7d2eecd0c8e48b93f28552a1397c1b410083
mmc: core: Simplify sd_uhs2_power_up()

Drop the redundant err-parameter and just return the result from
host->ops->uhs2_control() instead.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Message-ID: <20241029131752.226764-2-ulf.hansson@linaro.org>
drivers/mmc/core/sd_uhs2.c