Hi Linus, here are some two GPIO fixes for the v5.1 RC series. Not much to say about them, regular fixes. Please pull them in! Yours, Linus Walleij The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.1-3 for you to fetch changes up to 357798909164bf423eac6a78ff7da7e98d2d7f7f: gpio: Fix gpiochip_add_data_with_key() error path (2019-04-25 09:12:00 +0200) ---------------------------------------------------------------- GPIO fixes for the v5.1 kernel cycle: - Fix a bug on the errorpath of gpiochip_add_data_with_key() - IRQ type setting on the spreadtrum GPIO driver ---------------------------------------------------------------- Baolin Wang (1): gpio: eic: sprd: Fix incorrect irq type setting for the sync EIC Geert Uytterhoeven (1): gpio: Fix gpiochip_add_data_with_key() error path drivers/gpio/gpio-eic-sprd.c | 1 + drivers/gpio/gpiolib.c | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-)