commit | fb2c1934f30577756e55e24e8870b45c78da3bc2 | [log] [tgz] |
---|---|---|
author | Matthias Brugger <matthias.bgg@gmail.com> | Sat Oct 21 10:17:47 2017 +0200 |
committer | Matthias Brugger <matthias.bgg@gmail.com> | Sat Oct 21 10:17:47 2017 +0200 |
tree | c10617ef34e129839b67471c59bf0acf8ec5df7d | |
parent | 598f9b2ec479715decb8f6aea59a45459159c515 [diff] |
soc: mediatek: pwrap: fix compiler errors When compiling using sparse, we got the following error: drivers/soc/mediatek/mtk-pmic-wrap.c:686:25: error: dubious one-bit signed bitfield Changing the data type to unsigned fixes this. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>