commit | 539b7a39f5ec4cfb573af1e65aeed0edf32be8bb | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jul 24 16:55:08 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Aug 14 15:03:38 2017 +0200 |
tree | d753e977fca7230c895ce50b870d500310d76a85 | |
parent | 4bc178608baec1723d9a6bb70cd3360a0a4edd21 [diff] |
gpio: tegra: Use unsigned int where possible In most of the cases, integers in this file can't be negative, so the type can be more restricted for clarity. Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>