Skip to content
Commit 3fab91ea authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free



The implementation of lp3943_gpio_request/lp3943_gpio_free test pin_used
for tracing the pin usage. However, gpiolib already checks FLAG_REQUESTED
flag for the same purpose. So remove the redundant implementation.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fa283db7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment