[PATCH v5 1/2] ACPI: introduce a function to find the first physical device
Andy Shevchenko
andy.shevchenko at gmail.com
Mon Jan 11 06:45:20 PST 2016
+ One more thing
On Mon, Jan 11, 2016 at 3:26 PM, Aleksey Makarov
<aleksey.makarov at linaro.org> 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
More information about the linux-arm-kernel
mailing list