Skip to content

Commit 1ba603f

Browse files
alyssaissudeep-holla
authored andcommitted
firmware: arm_scmi: Remove space in MODULE_ALIAS name
modprobe can't handle spaces in aliases. Get rid of it to fix the issue. Link: https://lore.kernel.org/r/[email protected] Fixes: aa4f886 ("firmware: arm_scmi: add basic driver infrastructure for SCMI") Reviewed-by: Cristian Marussi <[email protected]> Signed-off-by: Alyssa Ross <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent e783362 commit 1ba603f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/arm_scmi/driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ static void __exit scmi_driver_exit(void)
21122112
}
21132113
module_exit(scmi_driver_exit);
21142114

2115-
MODULE_ALIAS("platform: arm-scmi");
2115+
MODULE_ALIAS("platform:arm-scmi");
21162116
MODULE_AUTHOR("Sudeep Holla <[email protected]>");
21172117
MODULE_DESCRIPTION("ARM SCMI protocol driver");
21182118
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)