Skip to content

Commit 3c23062

Browse files
committed
fix clock
1 parent 8739ca8 commit 3c23062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/gcc-msm8909.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,8 +2472,8 @@ static struct gdsc venus_core0_gdsc = {
24722472
.cxc_count = 1,
24732473
.pd = {
24742474
.name = "venus_core0_gdsc",
2475-
.parent = &venus_gdsc.pd,
24762475
},
2476+
.parent = &venus_gdsc.pd,
24772477
.flags = HW_CTRL,
24782478
.pwrsts = PWRSTS_OFF_ON,
24792479
};

0 commit comments

Comments
 (0)