Re: [PATCH 6/6] ACPI: Change the ordering of acpi_bus_check_add()

2012-12-13 Thread Rafael J. Wysocki
On Wednesday, December 12, 2012 06:00:28 PM Bjorn Helgaas wrote: > On Sun, Dec 9, 2012 at 4:04 PM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > If acpi_bus_check_add() is called for a handle already having an > > existing struct acpi_device object attached, it is not necessary to

Re: [PATCH 6/6] ACPI: Change the ordering of acpi_bus_check_add()

2012-12-12 Thread Bjorn Helgaas
On Sun, Dec 9, 2012 at 4:04 PM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > If acpi_bus_check_add() is called for a handle already having an > existing struct acpi_device object attached, it is not necessary to > check the type and status of the device correspondig to it, so > change t