commit | be715343011b80a8da71ff978b50981984f037b9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jun 14 19:07:04 2016 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jun 23 11:07:10 2016 +0200 |
tree | 413c219d1be5c0fce5c291748de767df62fdc322 | |
parent | 3f9547e1c9f06219c5788668ea2f7495d3b13f60 [diff] |
gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio() This function is doing more complicated than needed. The caller of this function, of_gpiochip_scan_gpios() already knows the pointer to the gpio_chip. It can pass it to of_parse_own_gpio() instead of looking up the gpio_chip by gpiochip_find(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>