diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2024-08-23 15:51:36 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-08-23 15:45:17 +0200 |
commit | 6b08b4ee5e60d8789aeb87250f718ef14bebb90e (patch) | |
tree | 5e6e2e1be5020353e07948375accd319f8c485cb /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 95f6580352a7225e619551febb83595bcb77ab17 (diff) |
powercap: intel_rapl: Change an error pointer to NULL
The rapl_find_package_domain_cpuslocked() function is supposed to
return NULL on error.
This new error patch returns ERR_PTR(-EINVAL) but none of the callers
check for that so it would lead to an Oops.
Fixes: 26096aed255f ("powercap/intel_rapl: Fix the energy-pkg event for AMD CPUs")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/fa719c6a-8d3b-4cca-9b43-bcd477ff6655@stanley.mountain
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions