aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-25 15:44:38 +0000
committerVinod Koul <vkoul@kernel.org>2021-12-13 13:18:48 +0530
commit822c9f2b833c53fc67e8adf6f63ecc3ea24d502c (patch)
treed155aa34a4ef9e032b247df5f45ca82d12b22a1c /drivers/dma
parentdmaengine: idxd: fix missed completion on abort path (diff)
downloadlinux-dev-822c9f2b833c53fc67e8adf6f63ecc3ea24d502c.tar.xz
linux-dev-822c9f2b833c53fc67e8adf6f63ecc3ea24d502c.zip
dmaengine: st_fdma: fix MODULE_ALIAS
modprobe can't handle spaces in aliases. Fixes: 6b4cd727eaf1 ("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>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/st_fdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/st_fdma.c b/drivers/dma/st_fdma.c
index 962b6e05287b..d95c421877fb 100644
--- a/drivers/dma/st_fdma.c
+++ b/drivers/dma/st_fdma.c
@@ -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);