We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddab72e commit 64ebf87Copy full SHA for 64ebf87
drivers/tty/serdev/core.c
@@ -665,7 +665,7 @@ static int acpi_serdev_check_resources(struct serdev_controller *ctrl,
665
acpi_get_parent(adev->handle, &lookup.controller_handle);
666
667
/* Make sure controller and ResourceSource handle match */
668
- if (ACPI_HANDLE(ctrl->dev.parent) != lookup.controller_handle)
+ if (!device_match_acpi_handle(ctrl->dev.parent, lookup.controller_handle))
669
return -ENODEV;
670
671
return 0;
0 commit comments