commit | 0e4011ebbc1bee52fd65b1cba5da6fddbd588377 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 19 10:14:29 2016 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 19 10:14:29 2016 +0200 |
tree | a17edb2a0e1564f4892927d0ca5660f598a23253 | |
parent | 14063d71e5e6775c676755612fc81deb029685c4 [diff] |
gpio: tc3589x: fix up complaints on unsigned A bunch of variables were just declared "unsigned" and should be "unsigned int". Fix it up for this driver. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>