dmaengine: st_fdma: fix MODULE_ALIAS
authorAlyssa Ross <hi@alyssa.is>
Thu, 25 Nov 2021 15:44:38 +0000 (15:44 +0000)
committerVinod Koul <vkoul@kernel.org>
Mon, 13 Dec 2021 07:48:48 +0000 (13:18 +0530)
commit822c9f2b833c53fc67e8adf6f63ecc3ea24d502c
treed155aa34a4ef9e032b247df5f45ca82d12b22a1c
parent8affd8a4b5ce356c8900cfb037674f3a4a11fbdb
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>
drivers/dma/st_fdma.c