summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAidan MacDonald <aidanmacdonald.0x0@gmail.com>2022-11-12 15:18:25 +0000
committerLee Jones <lee@kernel.org>2022-12-07 13:28:14 +0000
commitea5718ff3970ba9ff12ae32cbd1ca6c2aa2a895b (patch)
tree9aba771bffd36497c390d10673fb8465c77cd008 /drivers/mfd
parenta5ae0a0ccdbc18228de8281dcb185dd647fbedbe (diff)
downloadlinux-ea5718ff3970ba9ff12ae32cbd1ca6c2aa2a895b.tar.bz2
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 <aidanmacdonald.0x0@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20221112151835.39059-9-aidanmacdonald.0x0@gmail.com
Diffstat (limited to 'drivers/mfd')
-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),