Skip to content

Commit

Permalink
iio: trigger: stm32-timer: fix MODULE_ALIAS
Browse files Browse the repository at this point in the history
commit 893621e upstream.

modprobe can't handle spaces in aliases.

Fixes: 93fbe91 ("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>
  • Loading branch information
alyssais authored and gregkh committed Dec 14, 2021
1 parent 2db8ad1 commit 111d5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/trigger/stm32-timer-trigger.c
Expand Up @@ -912,6 +912,6 @@ static struct platform_driver stm32_timer_trigger_driver = {
};
module_platform_driver(stm32_timer_trigger_driver);

MODULE_ALIAS("platform: stm32-timer-trigger");
MODULE_ALIAS("platform:stm32-timer-trigger");
MODULE_DESCRIPTION("STMicroelectronics STM32 Timer Trigger driver");
MODULE_LICENSE("GPL v2");

0 comments on commit 111d5b6

Please sign in to comment.