[PATCH v5 1/2] ACPI: introduce a function to find the first physical device
From: Andy Shevchenko <hidden>
Date: 2016-01-11 14:45:23
Also in:
linux-acpi, lkml
From: Andy Shevchenko <hidden>
Date: 2016-01-11 14:45:23
Also in:
linux-acpi, lkml
+ One more thing On Mon, Jan 11, 2016 at 3:26 PM, Aleksey Makarov [off-list ref] wrote:
--- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c@@ -478,24 +478,36 @@ static void acpi_device_remove_notify_handler(struct acpi_device *device) Device Matching -------------------------------------------------------------------------- */ -static struct acpi_device *acpi_primary_dev_companion(struct acpi_device *adev, - const struct device *dev) +/** + * acpi_device_fix_parent - Get first physical node of an ACPI device + * @adev: ACPI device in question + */
+struct device *acpi_get_first_physical_node( + struct acpi_device *adev)
One line (even if it goes a bit over 80) -- With Best Regards, Andy Shevchenko