commit | f9f2a6fe1399d1fab38b6c1d0639928a52b67a79 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Oct 04 14:16:16 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sun Oct 08 02:16:42 2017 +0200 |
tree | 094877d63962fed2253930ee3864134c2bcb8c67 | |
parent | d327a224ba2cbe234d82fd560ff8e5bb38b0bb4b [diff] |
gpio: rcar: Use of_device_get_match_data() helper Use the of_device_get_match_data() helper instead of open coding. Note that the gpio-rcar driver is used with DT only, so there's always a valid match. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>