]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: bus: Fix MFD child automatic modprobe issue
authorPratap Nirujogi <pratap.nirujogi@amd.com>
Wed, 18 Mar 2026 03:47:57 +0000 (23:47 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Mar 2026 10:57:22 +0000 (11:57 +0100)
commite7648ffecb7fcb7400e123bb6ea989633a104fc3
tree77b78006ea357e001a2506cd95100282ba4e2328
parentf338e77383789c0cae23ca3d48adcc5e9e137e3c
ACPI: bus: Fix MFD child automatic modprobe issue

MFD child devices sharing parent's ACPI Companion fails to probe as
acpi_companion_match() returns incompatible ACPI Companion handle for
binding with the check for pnp.type.backlight added recently. Remove this
pnp.type.backlight check in acpi_companion_match() to fix the automatic
modprobe issue.

Fixes: 7a7a7ed5f8bdb ("ACPI: scan: Register platform devices for backlight device objects")
Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Link: https://patch.msgid.link/20260318034842.1216536-1-pratap.nirujogi@amd.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/bus.c