]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
iio: trigger: stm32-timer: fix MODULE_ALIAS
authorAlyssa Ross <hi@alyssa.is>
Thu, 25 Nov 2021 18:28:48 +0000 (18:28 +0000)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 3 Feb 2022 17:58:06 +0000 (18:58 +0100)
commit2dd04645454208dfcaafb942c104ee40f35488f0
tree089beb46477d88552720339c7f2a6783887718ee
parent5dc06c08cc0ce29dcbdfca05c25fe13692696f30
iio: trigger: stm32-timer: fix MODULE_ALIAS

BugLink: https://bugs.launchpad.net/bugs/1957007
commit 893621e0606747c5bbefcaf2794d12c7aa6212b7 upstream.

modprobe can't handle spaces in aliases.

Fixes: 93fbe91b5521 ("iio: Add STM32 timer trigger driver")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Link: https://lore.kernel.org/r/20211125182850.2645424-1-hi@alyssa.is
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/iio/trigger/stm32-timer-trigger.c