aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorZijun Hu <[email protected]>2024-11-05 08:20:23 +0800
committerGreg Kroah-Hartman <[email protected]>2024-11-12 13:10:43 +0100
commitf659e8fb8f075dfcc0bd6800935f78ec021c7f25 (patch)
tree217919edc22ec7ad5c74ba10b88d9cc3627f9fce /tools/perf/scripts/python/export-to-postgresql.py
parent2d038efcb4b3e3b9a1d117b3c971364926e59082 (diff)
driver core: class: Correct WARN() message in APIs class_(for_each|find)_device()
For both API class_for_each_device(const struct class *class, ...) and class_find_device(const struct class *class, ...), their WARN() messages prompt @class was not initialized when suffer class_to_subsys(@class) error, but the error actually means @class was not registered, so these warning messages are not accurate. Fix by replacing term initialized with registered within these messages. Signed-off-by: Zijun Hu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions