]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: sdhci: Return void from sdhci_runtime_suspend|resume_host()
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 30 May 2025 16:56:43 +0000 (19:56 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Jun 2025 10:43:22 +0000 (12:43 +0200)
commit7dc0cee13dbd539e34de090a45618f30b3cbcb0a
treea3d35d389217321ba5d4238a7e58397f6c8c1ff7
parent7613b9b1084c8fb5739ec9136529aec0e138ca85
mmc: sdhci: Return void from sdhci_runtime_suspend|resume_host()

It does not seem like these functions will ever need the return value,
which is presently always zero.

Simplify the usage by making the return type 'void' instead.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20250530165643.141295-1-adrian.hunter@intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-acpi.c
drivers/mmc/host/sdhci-esdhc-imx.c
drivers/mmc/host/sdhci-of-at91.c
drivers/mmc/host/sdhci-pci-core.c
drivers/mmc/host/sdhci-pxav3.c
drivers/mmc/host/sdhci-s3c.c
drivers/mmc/host/sdhci-xenon.c
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h
drivers/mmc/host/sdhci_am654.c