aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <[email protected]>2022-11-12 15:18:25 +0000
committerLee Jones <[email protected]>2022-12-07 13:28:14 +0000
commitea5718ff3970ba9ff12ae32cbd1ca6c2aa2a895b (patch)
tree9aba771bffd36497c390d10673fb8465c77cd008
parenta5ae0a0ccdbc18228de8281dcb185dd647fbedbe (diff)
mfd: max77843: Drop useless mask_invert flag on irqchip
Setting mask_invert to false is pointless because that's the default. The flag is also deprecated, so drop it. Signed-off-by: Aidan MacDonald <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/mfd/max77843.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/max77843.c b/drivers/mfd/max77843.c
index c6fd93efd5c4..8ff0723808c8 100644
--- a/drivers/mfd/max77843.c
+++ b/drivers/mfd/max77843.c
@@ -59,7 +59,6 @@ static const struct regmap_irq_chip max77843_irq_chip = {
.name = "max77843",
.status_base = MAX77843_SYS_REG_SYSINTSRC,
.mask_base = MAX77843_SYS_REG_SYSINTMASK,
- .mask_invert = false,
.num_regs = 1,
.irqs = max77843_irqs,
.num_irqs = ARRAY_SIZE(max77843_irqs),