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 c79e387 commit 8d9ad03Copy full SHA for 8d9ad03
drivers/mfd/sun4i-gpadc.c
@@ -34,9 +34,8 @@ static const struct regmap_irq_chip sun4i_gpadc_regmap_irq_chip = {
34
.name = "sun4i_gpadc_irq_chip",
35
.status_base = SUN4I_GPADC_INT_FIFOS,
36
.ack_base = SUN4I_GPADC_INT_FIFOS,
37
- .mask_base = SUN4I_GPADC_INT_FIFOC,
+ .unmask_base = SUN4I_GPADC_INT_FIFOC,
38
.init_ack_masked = true,
39
- .mask_invert = true,
40
.irqs = sun4i_gpadc_regmap_irq,
41
.num_irqs = ARRAY_SIZE(sun4i_gpadc_regmap_irq),
42
.num_regs = 1,
0 commit comments