extcon: extcon-max8997: Fix IRQ freeing at error path
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Tue, 8 Jun 2021 10:10:31 +0000 (13:10 +0300)
committerHans de Goede <hdegoede@redhat.com>
Thu, 17 Jun 2021 11:22:11 +0000 (13:22 +0200)
commit610bdc04830a864115e6928fc944f1171dfff6f3
treece2946514c3e7c180f43e139c267101da0456fdd
parent74047eaa2281982853afa144463ebe18d49022f2
extcon: extcon-max8997: Fix IRQ freeing at error path

If reading MAX8997_MUIC_REG_STATUS1 fails at probe the driver exits
without freeing the requested IRQs.

Free the IRQs prior returning if reading the status fails.

Fixes: 3e34c8198960 ("extcon: max8997: Avoid forcing UART path on drive probe")
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Link: https://lore.kernel.org/r/27ee4a48ee775c3f8c9d90459c18b6f2b15edc76.1623146580.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/extcon/extcon-max8997.c