projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ca2b1
)
mmc: sdhci-st: Fix modalias to make module auto-loading work
author
Zhangfei Gao
<zhangfei.gao@linaro.org>
Thu, 14 May 2015 08:59:47 +0000
(16:59 +0800)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 1 Jun 2015 07:07:07 +0000
(09:07 +0200)
Make the modalias match driver name, this is required to make module
auto-loading work.
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
CC: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-st.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-st.c
b/drivers/mmc/host/sdhci-st.c
index 682f2bb0f4bf3dc200ccb3bf0451a8759f1cd363..969c2b0d57fd335285c1f10316c5f0c39a3ea4c7 100644
(file)
--- a/
drivers/mmc/host/sdhci-st.c
+++ b/
drivers/mmc/host/sdhci-st.c
@@
-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:s
t-sdhci
");
+MODULE_ALIAS("platform:s
dhci-st
");