]> git.ipfire.org Git - thirdparty/linux.git/commit
ACPI: button: Call input_free_device() on failing input device registration
authorKaushlendra Kumar <kaushlendra.kumar@intel.com>
Mon, 6 Oct 2025 08:47:06 +0000 (14:17 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Oct 2025 19:19:23 +0000 (21:19 +0200)
commit20594cd104abaaabb676c7a2915b150ae5ff093d
tree5d4a53e359c558246ce481083815a736c1bfb415
parent211ddde0823f1442e4ad052a2f30f050145ccada
ACPI: button: Call input_free_device() on failing input device registration

Make acpi_button_add() call input_free_device() when
input_register_device() fails as required according to the
documentation of the latter.

Fixes: 0d51157dfaac ("ACPI: button: Eliminate the driver notify callback")
Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com>
Cc: 6.5+ <stable@vger.kernel.org> # 6.5+
[ rjw: Subject and changelog rewrite, Fixes: tag ]
Link: https://patch.msgid.link/20251006084706.971855-1-kaushlendra.kumar@intel.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/button.c