ACPICA: Adjust the position of code lines
authorZhe Qiao <qiaozhe@iscas.ac.cn>
Fri, 25 Apr 2025 19:29:48 +0000 (21:29 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 May 2025 13:38:42 +0000 (15:38 +0200)
commit5f3cf23f7248d972de12e0bdf42a16eabf5b2b31
tree480f64ed77464588287634fa754ae587cb099906
parentd46825d2e505caa52d6f9e614575c364fd2190c6
ACPICA: Adjust the position of code lines

ACPICA commit 5da6daf5691169d2bf2e5c9e55baf093757312ca

In the acpica/utcache.c file, adjust the position of the
"ACPI_MEM_TRACKING(cache->total_allocated++);" code line
to ensure that the increment operation on total_allocated
is included within the ACPI_DBG_TRACK_ALLOCATIONS configuration.

Link: https://github.com/acpica/acpica/commit/5da6daf5
Signed-off-by: Zhe Qiao <qiaozhe@iscas.ac.cn>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2670567.Lt9SDvczpP@rjwysocki.net
drivers/acpi/acpica/utcache.c