diff options
author | Colin Ian King <[email protected]> | 2018-12-06 17:05:57 +0000 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2018-12-11 12:18:15 +0100 |
commit | d84f18d6673f6d93bddfce1aea6cfdd78b822d3e (patch) | |
tree | 5a3de28afb7b25be7056a8cb0fe1f4187b92ca39 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | caf35cd52242a0a184e0530f9814ab50759fa772 (diff) |
drivers: base: swnode: remove need for a temporary string for the node name
Currently the node name is being formatting into a temporary string
node_name, however, kobject_init_and_add allows one to format up
a node name, so use that instead. This removes the need for the
node_name string and also cleans up the following warning:
Fixes clang warning:
warning: format string is not a string literal (potentially
insecure) [-Wformat-security]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions