diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-12-06 20:05:57 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-12-11 14:18:15 +0300 |
commit | d84f18d6673f6d93bddfce1aea6cfdd78b822d3e (patch) | |
tree | 5a3de28afb7b25be7056a8cb0fe1f4187b92ca39 /drivers/clocksource/rockchip_timer.c | |
parent | caf35cd52242a0a184e0530f9814ab50759fa772 (diff) | |
download | linux-d84f18d6673f6d93bddfce1aea6cfdd78b822d3e.tar.xz |
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 <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/clocksource/rockchip_timer.c')
0 files changed, 0 insertions, 0 deletions