dmaengine: st_fdma: fix MODULE_ALIAS
authorAlyssa Ross <hi@alyssa.is>
Thu, 25 Nov 2021 15:44:38 +0000 (15:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Dec 2021 08:17:59 +0000 (09:17 +0100)
commit2566c2530497a67112d8742c1935ad51ca5eb5de
tree5397b65d2f11bc77bed74f756f0c1ef70a495913
parentb708e44d478ad98c2131e6539908143e9144796d
dmaengine: st_fdma: fix MODULE_ALIAS

[ Upstream commit 822c9f2b833c53fc67e8adf6f63ecc3ea24d502c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/st_fdma.c