]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
gpio: tc3589x: fix up complaints on unsigned
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Sep 2016 08:14:29 +0000 (10:14 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Sep 2016 08:14:29 +0000 (10:14 +0200)
commit0e4011ebbc1bee52fd65b1cba5da6fddbd588377
treea17edb2a0e1564f4892927d0ca5660f598a23253
parent14063d71e5e6775c676755612fc81deb029685c4
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>
drivers/gpio/gpio-tc3589x.c