From: Rafael J. Wysocki Date: Thu, 20 Dec 2012 23:36:41 +0000 (+0100) Subject: ACPI: Make acpi_bus_add() and acpi_bus_start() visibly different X-Git-Tag: v3.9-rc1~146^2~12^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc300b0537c6a6a7f2b261b6c339dc498cd1702;p=pandora-kernel.git 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 Acked-by: Yinghai Lu Acked-by: Toshi Kani --- Reading git-diff-tree failed