diff options
author | Rob Herring <[email protected]> | 2018-12-05 13:50:21 -0600 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2018-12-14 13:52:41 -0800 |
commit | 87ab115185e116f0349ba5bd0555d0b0e935166b (patch) | |
tree | 0eba8576ab928f687f192df84700f01e0296c66a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) |
clk: Use of_node_name_eq for node name comparisons
Convert string compares of DT node names to use of_node_name_eq helper
instead. This removes direct access to the node name pointer.
For instances using of_node_cmp, this has the side effect of now using
case sensitive comparisons. This should not matter for any FDT based
system which all of these are.
Cc: Geert Uytterhoeven <[email protected]>
Cc: Michael Turquette <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Tero Kristo <[email protected]>
Cc: Ulf Hansson <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]> (clk-mstp)
Acked-by: Ulf Hansson <[email protected]> (ux500)
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions