commit | e3b445d77819b8fb41e3ceae9dbd49c8c8427c5d | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jul 24 16:57:28 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Aug 14 15:01:13 2017 +0200 |
tree | c60fc58771c5b554cefc6197cfc1c3e474585961 | |
parent | 486707b7372be5978973993dc751ebe0db158343 [diff] |
gpio: Use unsigned int for of_gpio_n_cells The cell count for GPIO specifiers can never be negative, so make the field unsigned. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>