Skip to content

Commit 822c9f2

Browse files
alyssaisvinodkoul
authored andcommitted
dmaengine: st_fdma: fix MODULE_ALIAS
modprobe can't handle spaces in aliases. Fixes: 6b4cd72 ("dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support") Signed-off-by: Alyssa Ross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8affd8a commit 822c9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/st_fdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,4 +874,4 @@ MODULE_LICENSE("GPL v2");
874874
MODULE_DESCRIPTION("STMicroelectronics FDMA engine driver");
875875
MODULE_AUTHOR("Ludovic.barre <[email protected]>");
876876
MODULE_AUTHOR("Peter Griffin <[email protected]>");
877-
MODULE_ALIAS("platform: " DRIVER_NAME);
877+
MODULE_ALIAS("platform:" DRIVER_NAME);

0 commit comments

Comments
 (0)