lkml.org 
[lkml]   [2021]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 4/5] ACPI: video: Clean up printing messages
From
Date
On 2021/2/3 2:18, Rafael J. Wysocki wrote:
[...]
> Also make one unrelated janitorial change to fix up white space and
> use ACPI_FAILURE() instead of negating ACPI_SUCCESS().

[...]

> status = acpi_evaluate_object(video->device->handle, "_DOD", NULL, &buffer);
> if (!ACPI_SUCCESS(status)) {

if (ACPI_FAILURE(status))

> - ACPI_EXCEPTION((AE_INFO, status, "Evaluating _DOD"));
> + acpi_handle_info(video->device->handle,
> + "_DOD evaluation failed: %s\n",
> + acpi_format_exception(status));


Thanks
Hanjun

\
 
 \ /
  Last update: 2021-02-03 03:19    [W:2.115 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site