commit | 0fc300b0537c6a6a7f2b261b6c339dc498cd1702 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Dec 21 00:36:41 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 03 13:09:37 2013 +0100 |
tree | 38560515f89a302cbe721334abce59f5acf4bb4d | |
parent | 92ef2a25c763338905dce8344a0584606f842920 [diff] |
ACPI: Make acpi_bus_add() and acpi_bus_start() visibly different The current ACPI namespace scanning code suggests that acpi_bus_add() and acpi_bus_start() share some code. In fact, however, they are completely different code paths (except for the initial checks), so refactor the code to make that distinction visibly clear. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Yinghai Lu <yinghai@kernel.org> Acked-by: Toshi Kani <toshi.kani@hp.com>