extcon: max77843: Replace irqchip mask_invert with unmask_base
authorAidan MacDonald <aidanmacdonald.0x0@gmail.com>
Sat, 12 Nov 2022 15:24:46 +0000 (15:24 +0000)
committerChanwoo Choi <cw00.choi@samsung.com>
Sat, 3 Dec 2022 06:03:39 +0000 (15:03 +0900)
commit5de7cdd7fa0f62b3e8d2facc8f604e49d887677e
treea6209c81d83cd5c13113116b9550dad9747b7a1f
parenteb7081409f94a9a8608593d0fb63a1aa3d6f95d8
extcon: max77843: Replace irqchip mask_invert with unmask_base

Remove use of the deprecated mask_invert flag. Inverted mask
registers (where a '1' bit enables an IRQ) can be described more
directly as an unmask register.

Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max77843.c