mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-11-10 09:05:55 +10:00
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
This commit is contained in:
parent
a5ae0a0ccd
commit
ea5718ff39
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user