summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHongyan Xu <getshell@seu.edu.cn>2026-08-08 16:59:42 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-14 21:39:45 +0200
commita414485ebc2aa50907d0ce97cde2b1a353696897 (patch)
tree544e49101e9ae3128b86e5d3560f27aef209d948 /include/linux
parentf234fdaae1cad8c39265e7ca0a14633076ec7154 (diff)
ACPI: scan: fix bus ID cleanup on device_add() failures
When device_add() fails after acpi_device_set_name() has allocated an instance ID and a new acpi_device_bus_id has been linked into acpi_bus_id_list, the rollback path only removes wakeup_list and detaches the ACPI handle data. That leaves the bus-ID bookkeeping behind and keeps the allocated instance number consumed. Move the bus-ID cleanup and wakeup-list removal into a single helper. Use it from both the normal device teardown path and the device_add() rollback path. The wakeup list node is initialized before registration, so it can be deleted without checking whether the device is wakeup- capable like in the original teardown path. Fixes: d783156ea384 ("ACPI / scan: Define non-empty device removal handler") Signed-off-by: Hongyan Xu <getshell@seu.edu.cn> [ rjw: Rename acpi_device_del_list() to acpi_device_cleanup() ] [ rjw: Subject and changelog edits ] Link: https://patch.msgid.link/20260808085943.526-1-getshell@seu.edu.cn Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions