[GIT PULL] gpio: fixes for v5.17-rc1

From: Bartosz Golaszewski
Date: Thu Jan 20 2022 - 09:32:54 EST


Linus,

Please pull the following fixes for the upcoming RC. They fix the same issue
in two drivers and then the drivers are fixed even more because the first
patches were incomplete which I missed.

Bart

The following changes since commit df0cc57e057f18e44dac8e6c18aba47ab53202f9:

Linux 5.16 (2022-01-09 14:55:34 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17-rc1

for you to fetch changes up to 9f51ce0b9e73f83bab2442b36d5e247a81bd3401:

gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() (2022-01-20 09:05:57 +0100)

----------------------------------------------------------------
gpio fixes for v5.17-rc1

- fix the error checks of platform_get_irq() in gpio-mpc8xxx and gpio-idt3243x

----------------------------------------------------------------
Miaoqian Lin (2):
gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe
gpio: idt3243x: Fix IRQ check in idt_gpio_probe

Yang Li (2):
gpio: idt3243x: Fix an ignored error return from platform_get_irq()
gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()

drivers/gpio/gpio-idt3243x.c | 6 +++---
drivers/gpio/gpio-mpc8xxx.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)