Signed-off-by: Jules Maselbas <jmaselbas@xxxxxxxx> --- drivers/pmdomain/ti/ti-k3.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pmdomain/ti/ti-k3.c b/drivers/pmdomain/ti/ti-k3.c index 1616e90b62..39fd9f329b 100644 --- a/drivers/pmdomain/ti/ti-k3.c +++ b/drivers/pmdomain/ti/ti-k3.c @@ -321,14 +321,14 @@ static int ti_k3_pm_domain_on(struct generic_pm_domain *domain) struct ti_k3_pm_domain *pd = to_ti_k3_pd(domain); return ti_lpsc_transition(pd->lpsc, MDSTAT_STATE_ENABLE); -} - +} + static int ti_k3_pm_domain_off(struct generic_pm_domain *domain) -{ +{ struct ti_k3_pm_domain *pd = to_ti_k3_pd(domain); return ti_lpsc_transition(pd->lpsc, MDSTAT_STATE_SWRSTDISABLE); -} +} static struct ti_psc am625_psc[] = { [0] = { .id = 0, .base = (void *)0x04000000 }, -- 2.48.1