diff options
author | Rob Herring <robh@kernel.org> | 2023-03-10 17:47:01 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2023-04-24 17:56:14 +0300 |
commit | 87dd04f9b1a37a92ebbea5eb46e4941551d3547e (patch) | |
tree | d0f97bcc67d6bcfbb408897f558a4779ced0221b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8d7aac5153f21108365137b76e395dcf9bb3a800 (diff) | |
download | linux-87dd04f9b1a37a92ebbea5eb46e4941551d3547e.tar.xz |
clocksource/drivers/ti: Use of_property_read_bool() for boolean properties
It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties.
Convert reading boolean properties to to of_property_read_bool().
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230310144702.1541660-1-robh@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions