]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
mfd: arizona: Update several pdata members to unsigned
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 19 Jun 2015 10:24:27 +0000 (11:24 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Aug 2015 14:08:40 +0000 (15:08 +0100)
commit00b6e9ff01a8f41816060b2f70752f66f100fecd
treec5638846bf9355748a1f699b3a39f1fec1f076fe
parent16f6a0df1d319705abf068bd1ebada344ad9d04f
mfd: arizona: Update several pdata members to unsigned

Device tree and ACPI primarily deal with unsigned ints, many of the
pdata members in the Arizona driver are signed ints but are only ever
assigned positive values. Changing these pdata fields to unsigned ints
avoids us having to choose between overly verbose code and Sparse
warnings.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/arizona/pdata.h