diff options
author | Kaushlendra Kumar <kaushlendra.kumar@intel.com> | 2025-08-22 11:49:46 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-08-25 20:21:44 +0200 |
commit | 149139ddcb99583fdec8d1eaf7dada41e5896101 (patch) | |
tree | d3c50e130be468d446c39fcd0194e5ae49c6549b /fs/proc/array.c | |
parent | 1b237f190eb3d36f52dffe07a40b5eb210280e00 (diff) |
ACPI: sysfs: Use ACPI_FREE() for freeing an ACPI object
Since str_obj is allocated by ACPICA in acpi_evaluate_object_typed(),
it should be free with ACPI_FREE() rather than with kfree(), so use
the former instead of the latter for freeing it.
Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com>
Link: https://patch.msgid.link/20250822061946.472594-1-kaushlendra.kumar@intel.com
[ rjw: Subject and changelog rewrite ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions