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 184ae0e commit aefe5fcCopy full SHA for aefe5fc
drivers/regulator/rt4831-regulator.c
@@ -127,6 +127,7 @@ static const struct regulator_desc rt4831_regulator_descs[] = {
127
.enable_mask = RT4831_POSEN_MASK,
128
.active_discharge_reg = RT4831_REG_DSVEN,
129
.active_discharge_mask = RT4831_POSADEN_MASK,
130
+ .active_discharge_on = RT4831_POSADEN_MASK,
131
.owner = THIS_MODULE,
132
},
133
{
@@ -145,6 +146,7 @@ static const struct regulator_desc rt4831_regulator_descs[] = {
145
146
.enable_mask = RT4831_NEGEN_MASK,
147
148
.active_discharge_mask = RT4831_NEGADEN_MASK,
149
+ .active_discharge_on = RT4831_NEGADEN_MASK,
150
151
}
152
};
0 commit comments