提交 8e150140 编写于 作者: A Alyssa Ross 提交者: Zheng Zengkai

firmware: arm_scmi: Remove space in MODULE_ALIAS name

stable inclusion
from stable-v5.10.104
commit 8b8ac465bf526a1241cd2eb1333d039c87911170
bugzilla: https://gitee.com/openeuler/kernel/issues/I56XAC

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8b8ac465bf526a1241cd2eb1333d039c87911170

--------------------------------

commit 1ba603f5 upstream.

modprobe can't handle spaces in aliases. Get rid of it to fix the issue.

Link: https://lore.kernel.org/r/20220211102704.128354-1-sudeep.holla@arm.com
Fixes: aa4f886f ("firmware: arm_scmi: add basic driver infrastructure for SCMI")
Reviewed-by: NCristian Marussi <cristian.marussi@arm.com>
Signed-off-by: NAlyssa Ross <hi@alyssa.is>
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NYu Liao <liaoyu15@huawei.com>
Reviewed-by: NWei Li <liwei391@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 f253b3b9
......@@ -979,7 +979,7 @@ static void __exit scmi_driver_exit(void)
}
module_exit(scmi_driver_exit);
MODULE_ALIAS("platform: arm-scmi");
MODULE_ALIAS("platform:arm-scmi");
MODULE_AUTHOR("Sudeep Holla <sudeep.holla@arm.com>");
MODULE_DESCRIPTION("ARM SCMI protocol driver");
MODULE_LICENSE("GPL v2");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册