gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack
authorNicholas Mc Guire <hofrat@osadl.org>
Tue, 27 Nov 2018 17:00:18 +0000 (18:00 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Dec 2018 09:47:24 +0000 (10:47 +0100)
commita109c2dbb571b10bb9969285b646f57309c98251
tree1b316f829e941e0ed0cddb6abf6d2fb55b743d05
parent59d646c775d6ae688ee90fda9f2a4270c47b7490
gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack

The error cases of mediatek_gpio_bank_probe() would go unnoticed (except
for the dev_err() messages). The probe function should return an error
if one of the banks failed to initialize properly indicated by
not returning non-0.

Fixes: 4ba9c3afda41 ("gpio: mt7621: Add a driver for MT7621")
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Acked-by: Sean Wang <sean.wang@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mt7621.c