]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: TAD: Use __free() for cleanup in time_store()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 Mar 2026 18:14:01 +0000 (19:14 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 4 Apr 2026 17:18:56 +0000 (19:18 +0200)
commite64ab3e217cf5e16301a73d5a5230265454b15c1
tree86be06cd52950ebd8a090ec180bd1d29a8041cd0
parent6c711fde3a1ce00165e3423eb8b7fa7888f0f313
ACPI: TAD: Use __free() for cleanup in time_store()

Use __free() for the automatic freeing of memory pointed to by local
variable str in time_store() which allows the code to become somewhat
easier to follow.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/13971300.uLZWGnKmhe@rafael.j.wysocki
drivers/acpi/acpi_tad.c