We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757034 commit 4a941e4Copy full SHA for 4a941e4
drivers/clk/qcom/apss-ipq-pll.c
@@ -15,7 +15,7 @@ static struct clk_alpha_pll ipq_pll_huayra = {
15
.clkr = {
16
.enable_reg = 0x0,
17
.enable_mask = BIT(0),
18
- .hw.init = &(struct clk_init_data){
+ .hw.init = &(const struct clk_init_data) {
19
.name = "a53pll",
20
.parent_data = &(const struct clk_parent_data) {
21
.fw_name = "xo",
@@ -55,7 +55,7 @@ static struct clk_alpha_pll ipq_pll_stromer_plus = {
55
56
57
58
59
60
61
0 commit comments