soc: rockchip: pm_domains: Fix typo in comment
s/eject devices form power domain/eject devices from the power domain/ Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Link: https://lore.kernel.org/r/20220326183451.66115-1-sebastian.fricke@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
8a1b63b14f
commit
07905844f4
|
@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
|
|||
.name = "rockchip-pm-domain",
|
||||
.of_match_table = rockchip_pm_domain_dt_match,
|
||||
/*
|
||||
* We can't forcibly eject devices form power domain,
|
||||
* so we can't really remove power domains once they
|
||||
* were added.
|
||||
* We can't forcibly eject devices from the power
|
||||
* domain, so we can't really remove power domains
|
||||
* once they were added.
|
||||
*/
|
||||
.suppress_bind_attrs = true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue