diff options
author | Rob Herring <[email protected]> | 2023-03-10 08:47:22 -0600 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-03-11 12:13:42 +0000 |
commit | 5bd73a162bc881dbb98ff9909dd865286852ee2b (patch) | |
tree | 75c47e308b8be46a7a2f2454b6c3b8441894956c /tools/perf/scripts/python | |
parent | 7dda20c97fac52948b948e15e1173ee57c66ed35 (diff) |
regulator: 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions