commit | 3f3327dbc5596076f94695d8d4cc66da3d5027fb | [log] [tgz] |
---|---|---|
author | Phil Edworthy <phil.edworthy@renesas.com> | Fri Nov 23 10:54:28 2018 +0000 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Dec 04 10:33:49 2018 +0100 |
tree | ce71679612067536ad4e92ba43a7af6190b6d22c | |
parent | 8deaaa46d2de91e399076eb962b171734ca3092d [diff] |
pinctrl: rzn1: Fix of_get_child_count() error check If we assign the result of of_get_child_count() to an unsigned int, the code will not detect any errors. Therefore assign it to an int instead. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>