Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6ac184b authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Ulf Hansson
Browse files

mmc: sdhci-st: Fix modalias to make module auto-loading work



Make the modalias match driver name, this is required to make module
auto-loading work.

Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
CC: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent a7ca2b16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -509,4 +509,4 @@ module_platform_driver(sdhci_st_driver);
MODULE_DESCRIPTION("SDHCI driver for STMicroelectronics SoCs");
MODULE_AUTHOR("Giuseppe Cavallaro <peppe.cavallaro@st.com>");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:st-sdhci");
MODULE_ALIAS("platform:sdhci-st");