]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: mt7621: report failure of devm_kasprintf()
authorNicholas Mc Guire <hofrat@osadl.org>
Wed, 21 Nov 2018 18:06:12 +0000 (19:06 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Dec 2018 09:45:24 +0000 (10:45 +0100)
commit9c49bdfb64a39ad19d17ccd0821029ea6131edff
tree84207d3abf0dc78f00039a9adac354927d4f44a9
parent8bd910916b6720a15e6f8dfa569094000de06617
gpio: mt7621: report failure of devm_kasprintf()

kasprintf() may return NULL on failure of internal allocation thus the
assigned  label  is not safe if not explicitly checked. On error
mediatek_gpio_bank_probe() returns negative values so -ENOMEM in the
(unlikely) failure case should be fine here.

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