OSDN Git Service

gpio: thunderx: fix error return code in thunderx_gpio_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 10 Jan 2018 14:37:13 +0000 (14:37 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 11 Jan 2018 09:49:32 +0000 (10:49 +0100)
commit76e28f5ffed82b1e81a86c4eb8d0420515765620
tree898e2d5adcf2f6ce1e7f76fe9a126b9598cf781d
parent92a8046c9d952a2a7d21dfcd3afadc72a0bc0f72
gpio: thunderx: fix error return code in thunderx_gpio_probe()

Fix to return error code -ENOMEM from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: 5a2a30024d8c ("gpio: Add gpio driver support for ThunderX and OCTEON-TX")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-thunderx.c