diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2024-07-09 22:37:25 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-08-02 16:44:22 +0200 |
commit | 52831d9bbc9aa029aed525dfbe61cb78c1db991c (patch) | |
tree | 844870d0d4ba3a1ce7298bbdfef4daa959a2ca51 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h | |
parent | 4bb1e7d027413835b086aed35bc3f0713bc0f72b (diff) |
ACPI: sysfs: evaluate _STR on each sysfs access
The handling of the _STR method is inconsistent with the other method
evaluations. It is the only method which is cached.
The cached value stored in 'struct acpi_device_pnp' has a different
lifetime than the other struct members.
Commit d1efe3c324ea ("ACPI: Add new sysfs interface to export device description")
does not explain this difference.
Evaluating the method every time also removes the necessity to manage
the lifetime of the cached value, which would be a problem when managing
the sysfs attributes through the device core.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20240709-acpi-sysfs-groups-v2-2-058ab0667fa8@weissschuh.net
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h')
0 files changed, 0 insertions, 0 deletions