diff options
| author | Rob Herring <[email protected]> | 2023-03-10 08:47:16 -0600 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-03-13 17:07:52 -0700 |
| commit | bcc858689db5f2e5a8d4d6e8bc5bb9736cd80626 (patch) | |
| tree | e44bb74d92fc4cb59651d2099c0e1c9e1ad41deb /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | b39212d5936c0fc3d4605abf2b51f734bf59ee11 (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/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions