linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: st_fdma: fix MODULE_ALIAS
@ 2021-11-25 15:44 Alyssa Ross
  2021-12-13  7:48 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Alyssa Ross @ 2021-11-25 15:44 UTC (permalink / raw)
  To: Patrice Chotard, Vinod Koul, Ludovic Barre, Peter Griffin
  Cc: Alyssa Ross, moderated list:ARM/STI ARCHITECTURE,
	open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM, open list

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>
---
 drivers/dma/st_fdma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: st_fdma: fix MODULE_ALIAS
  2021-11-25 15:44 [PATCH] dmaengine: st_fdma: fix MODULE_ALIAS Alyssa Ross
@ 2021-12-13  7:48 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-12-13  7:48 UTC (permalink / raw)
  To: Alyssa Ross
  Cc: Patrice Chotard, Ludovic Barre, Peter Griffin,
	moderated list:ARM/STI ARCHITECTURE,
	open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM, open list

On 25-11-21, 15:44, Alyssa Ross wrote:
> modprobe can't handle spaces in aliases.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-13  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 15:44 [PATCH] dmaengine: st_fdma: fix MODULE_ALIAS Alyssa Ross
2021-12-13  7:48 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).