Commit 07905844 authored by Sebastian Fricke's avatar Sebastian Fricke Committed by Heiko Stuebner

soc: rockchip: pm_domains: Fix typo in comment

s/eject devices form power domain/eject devices from the power domain/
Signed-off-by: default avatarSebastian Fricke <sebastian.fricke@collabora.com>
Link: https://lore.kernel.org/r/20220326183451.66115-1-sebastian.fricke@collabora.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8a1b63b1
...@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = { ...@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
.name = "rockchip-pm-domain", .name = "rockchip-pm-domain",
.of_match_table = rockchip_pm_domain_dt_match, .of_match_table = rockchip_pm_domain_dt_match,
/* /*
* We can't forcibly eject devices form power domain, * We can't forcibly eject devices from the power
* so we can't really remove power domains once they * domain, so we can't really remove power domains
* were added. * once they were added.
*/ */
.suppress_bind_attrs = true, .suppress_bind_attrs = true,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment