git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b98118
)
ACPI / hotplug: Fix acpi_bus_get_device() return value check
author
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 13 Nov 2013 23:54:00 +0000
(
00:54
+0100)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 19 Nov 2013 00:02:22 +0000
(
01:02
+0100)
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>
No differences found