diff options
Diffstat (limited to 'drivers/platform/x86/intel-vbtn.c')
-rw-r--r-- | drivers/platform/x86/intel-vbtn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel-vbtn.c b/drivers/platform/x86/intel-vbtn.c index 146d02f8c9bc..f04a394d52d6 100644 --- a/drivers/platform/x86/intel-vbtn.c +++ b/drivers/platform/x86/intel-vbtn.c | |||
@@ -97,7 +97,7 @@ static int intel_vbtn_probe(struct platform_device *device) | |||
97 | int err; | 97 | int err; |
98 | 98 | ||
99 | status = acpi_evaluate_object(handle, "VBDL", NULL, NULL); | 99 | status = acpi_evaluate_object(handle, "VBDL", NULL, NULL); |
100 | if (!ACPI_SUCCESS(status)) { | 100 | if (ACPI_FAILURE(status)) { |
101 | dev_warn(&device->dev, "failed to read Intel Virtual Button driver\n"); | 101 | dev_warn(&device->dev, "failed to read Intel Virtual Button driver\n"); |
102 | return -ENODEV; | 102 | return -ENODEV; |
103 | } | 103 | } |