Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

extcon: sm5502: Drop useless mask_invert flag on irqchip

There's no need to set the flag explicitly to false, since that
is the default value from zero initialization.

Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Aidan MacDonald and committed by
Chanwoo Choi
d4f46c0e 97e1bb93

-2
-2
drivers/extcon/extcon-sm5502.c
··· 227 227 .name = "sm5502", 228 228 .status_base = SM5502_REG_INT1, 229 229 .mask_base = SM5502_REG_INTMASK1, 230 - .mask_invert = false, 231 230 .num_regs = 2, 232 231 .irqs = sm5502_irqs, 233 232 .num_irqs = ARRAY_SIZE(sm5502_irqs), ··· 275 276 .name = "sm5504", 276 277 .status_base = SM5502_REG_INT1, 277 278 .mask_base = SM5502_REG_INTMASK1, 278 - .mask_invert = false, 279 279 .num_regs = 2, 280 280 .irqs = sm5504_irqs, 281 281 .num_irqs = ARRAY_SIZE(sm5504_irqs),