projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4299aaa
)
spi: mt65xx: Fix module alias
author
Axel Lin
<axel.lin@ingics.com>
Tue, 11 Aug 2015 01:15:30 +0000
(09:15 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 11 Aug 2015 09:21:26 +0000
(10:21 +0100)
Remove extra space and make the alias matches driver name.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mt65xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-mt65xx.c
b/drivers/spi/spi-mt65xx.c
index e62d3043ad93fa386a3756e8ff9e9171dd9db14d..08da77e41f3d8e3531c3fd12cf3c3da0b5a5d624 100644
(file)
--- a/
drivers/spi/spi-mt65xx.c
+++ b/
drivers/spi/spi-mt65xx.c
@@
-746,4
+746,4
@@
module_platform_driver(mtk_spi_driver);
MODULE_DESCRIPTION("MTK SPI Controller driver");
MODULE_AUTHOR("Leilk Liu <leilk.liu@mediatek.com>");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:
mtk_
spi");
+MODULE_ALIAS("platform:
mtk-
spi");