diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-01-26 14:23:17 -0600 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-01-27 18:43:07 +0100 |
commit | 10e927249c4f78b25c4941eda93548aeaad04a46 (patch) | |
tree | ff611ae1e1bbc07a0671e687b36086569ffa640f /security/lockdown | |
parent | 0f39ee8324e75c9d370e84a61323ceb194641a18 (diff) |
ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE
The double negative makes it hard to read "if (!ACPI_FAILURE(status))".
Replace it with "if (ACPI_SUCCESS(status))".
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'security/lockdown')
0 files changed, 0 insertions, 0 deletions