aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2023-03-10 08:47:16 -0600
committerJakub Kicinski <[email protected]>2023-03-13 17:07:52 -0700
commitbcc858689db5f2e5a8d4d6e8bc5bb9736cd80626 (patch)
treee44bb74d92fc4cb59651d2099c0e1c9e1ad41deb /tools/perf/scripts/python
parentb39212d5936c0fc3d4605abf2b51f734bf59ee11 (diff)
net: Use of_property_present() for testing DT property presence
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. As part of this, convert of_get_property/of_find_property calls to the recently added of_property_present() helper when we just want to test for presence of a property and nothing more. Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Simon Horman <[email protected]> Acked-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions