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

Commit e4001885 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

spi: mt65xx: Fix module alias



Remove extra space and make the alias matches driver name.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4299aaaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");