commit | 5beaee4f195d0297473da9a45459050b561e10cf | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 14 00:54:00 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Nov 19 01:02:22 2013 +0100 |
tree | 2d72e0f132bdae893097d60a8018c6678f79cd2a | |
parent | 7b98118aaa5d75644c48f41fc5d0cc181e478383 [diff] |
ACPI / hotplug: Fix acpi_bus_get_device() return value check Since acpi_bus_get_device() returns a plain int and not acpi_status, ACPI_FAILURE() should not be used for checking its return value. Fix that. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com>