]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: make library immune to error pointers
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Jun 2016 09:55:55 +0000 (11:55 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 22 Jun 2016 22:29:31 +0000 (00:29 +0200)
commit46d5db044e26da857604cce0ca178b9b747b7da4
tree0801e8b3a6d396a26d3e9ec2ee6720ba22e3ea87
parentecf5cda3d53afc8006dee241d7a146a4b79b8cec
gpio: make library immune to error pointers

Most functions that take a GPIO descriptor in need to check the
descriptor for IS_ERR(). We do this mostly in the VALIDATE_DESC()
macro except for the gpiod_to_irq() function which needs special
handling.

Cc: stable@vger.kernel.org
Reported-by: Grygorii Strashko <grygorii.strashko@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c