Skip to content

Commit

Permalink
dmaengine: st_fdma: fix MODULE_ALIAS
Browse files Browse the repository at this point in the history
[ Upstream commit 822c9f2 ]

modprobe can't handle spaces in aliases.

Fixes: 6b4cd72 ("dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Link: https://lore.kernel.org/r/20211125154441.2626214-1-hi@alyssa.is
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
alyssais authored and gregkh committed Dec 22, 2021
1 parent dfff1d5 commit be32c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/st_fdma.c
Expand Up @@ -874,4 +874,4 @@ MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("STMicroelectronics FDMA engine driver");
MODULE_AUTHOR("Ludovic.barre <Ludovic.barre@st.com>");
MODULE_AUTHOR("Peter Griffin <peter.griffin@linaro.org>");
MODULE_ALIAS("platform: " DRIVER_NAME);
MODULE_ALIAS("platform:" DRIVER_NAME);

0 comments on commit be32c8a

Please sign in to comment.