]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
firmware: arm_scmi: Remove space in MODULE_ALIAS name
authorAlyssa Ross <hi@alyssa.is>
Fri, 11 Feb 2022 10:27:04 +0000 (10:27 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2022 18:04:09 +0000 (19:04 +0100)
commit07f8fd4947f73f7955dc42e3f72f215c50a9e9e9
tree985f102ab2e9a0559d631bf182086f62e7d73a49
parent65f8a203cfa58f3c382015f854589e369301d84d
firmware: arm_scmi: Remove space in MODULE_ALIAS name

commit 1ba603f56568c3b4c2542dfba07afa25f21dcff3 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: aa4f886f3893 ("firmware: arm_scmi: add basic driver infrastructure for SCMI")
Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/arm_scmi/driver.c