]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit01af2f4cd0d66488c9a0929b696053cb731fd778
tree1b316f829e941e0ed0cddb6abf6d2fb55b743d05
parent9c49bdfb64a39ad19d17ccd0821029ea6131edff
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: 2350b3ba9af2 ("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