Re: [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework
From: Toshi Kani <hidden>
Date: 2013-01-31 14:52:47
Also in:
linux-acpi, linux-mm, linux-s390, lkml
From: Toshi Kani <hidden>
Date: 2013-01-31 14:52:47
Also in:
linux-acpi, linux-mm, linux-s390, lkml
On Thu, 2013-01-31 at 05:24 +0000, Greg KH wrote:
On Wed, Jan 30, 2013 at 06:15:12PM -0700, Toshi Kani wrote:quoted
quoted
Please make it a "real" pointer, and not a void *, those shouldn't be used at all if possible.How about changing the "void *handle" to acpi_dev_node below? struct acpi_dev_node acpi_node; Basically, it has the same challenge as struct device, which uses acpi_dev_node as well. We can add other FW node when needed (just like device also has *of_node).That sounds good to me.
Great! Thanks Greg, -Toshi