gpio: Remove obsolete comment about gpiochip_free_hogs() usage
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 28 Mar 2019 13:13:49 +0000 (14:13 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:19 +0000 (00:04 +0700)
commit7e9fa3c9d3e3d4f5f13f66383666cd0f32ef3b81
tree0ff40717e877d5dca65ce9e751e6d81da129d841
parentf69e00bd21aa6a1961c521b6eb199137fcb8a76a
gpio: Remove obsolete comment about gpiochip_free_hogs() usage

gpiochip_free_hogs() was always called from gpiochip_remove(), not
of_gpiochip_remove().  It is now also called from the failure patch in
gpiochip_add_data_with_key().

Fixes: f625d4601759f1cf ("gpio: add GPIO hogging mechanism")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c