ACPICA: Audit/update for ACPICA return macros and debug depth counter
1) Ensure that all functions that use the various TRACE macros also use the appropriate ACPICA return macros. 2) Ensure that all normal return statements surround the return expression (value) with parens. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

کامیت شده توسط
Rafael J. Wysocki

والد
86ff0e508f
کامیت
68aafc3516
@@ -198,7 +198,7 @@ acpi_ex_do_match(u32 match_op,
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
return logical_result;
|
||||
return (logical_result);
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
مرجع در شماره جدید
Block a user