Skip to content
Commit d46a7640 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Darren Hart
Browse files

intel-rst: Use ACPI_FAILURE() macro instead !ACPI_SUCCESS() for error checking



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: default avatarPeter Ujfalusi <peter.ujfalusi@gmail.com>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 72a979f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment