commit | 00b6e9ff01a8f41816060b2f70752f66f100fecd | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Fri Jun 19 11:24:27 2015 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Aug 11 15:08:40 2015 +0100 |
tree | c5638846bf9355748a1f699b3a39f1fec1f076fe | |
parent | 16f6a0df1d319705abf068bd1ebada344ad9d04f [diff] |
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>