commit | c1f5f0549d62c534d3d102b87c856a8907862d8f | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Thu Mar 22 14:53:28 2018 -0500 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Tue Apr 03 16:40:46 2018 +0200 |
tree | dc16d69cd9f2fb7f49dfbc0c9b1674fe00853792 | |
parent | 7bbd523c73c9fe0dac7938065f7f5a7167f59b5d [diff] |
rtc: isl12022: use true and false for boolean values Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>