]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: sdhci-uhs2: Fix calling incorrect sdhci_set_clock() function
authorBen Chuang <ben.chuang@genesyslogic.com.tw>
Thu, 11 Sep 2025 02:41:01 +0000 (10:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Sep 2025 09:16:49 +0000 (11:16 +0200)
commit79a9ba8da904ad5432297a3791780b92512bf886
tree7a39313cf3b9b4bc5aee4f3344b9d54c452855a2
parent7650c994ced2a8523328d74ea3b920706ca3d2e4
mmc: sdhci-uhs2: Fix calling incorrect sdhci_set_clock() function

commit 09c2b628f6403ad467fc73326a50020590603871 upstream.

Fix calling incorrect sdhci_set_clock() in __sdhci_uhs2_set_ios() when the
vendor defines its own sdhci_set_clock().

Fixes: 10c8298a052b ("mmc: sdhci-uhs2: add set_ios()")
Cc: stable@vger.kernel.org # v6.13+
Signed-off-by: Ben Chuang <ben.chuang@genesyslogic.com.tw>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/sdhci-uhs2.c