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:
72a979f
)
intel-rst: Use ACPI_FAILURE() macro instead !ACPI_SUCCESS() for error checking
author
Peter Ujfalusi
<peter.ujfalusi@gmail.com>
Tue, 16 Sep 2014 21:13:55 +0000
(
00:13
+0300)
committer
Darren Hart
<dvhart@linux.intel.com>
Wed, 17 Sep 2014 20:55:53 +0000
(13:55 -0700)
ACPI_SUCCESS is defined as:
#define ACPI_SUCCESS(a) (!(a))
There is no need for the the double ! since there is already a macro
defined for failures: ACPI_FAILURE()
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
No differences found