ACPICA: Fix lint warning for 64-bit constant
cast to u64. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Родитель
de5668fe75
Коммит
150dba38f0
|
@ -556,7 +556,7 @@ acpi_ns_repair_null_element(struct acpi_predefined_data *data,
|
||||||
|
|
||||||
/* Need an Integer - create a zero-value integer */
|
/* Need an Integer - create a zero-value integer */
|
||||||
|
|
||||||
new_object = acpi_ut_create_integer_object(0);
|
new_object = acpi_ut_create_integer_object((u64)0);
|
||||||
} else if (expected_btypes & ACPI_RTYPE_STRING) {
|
} else if (expected_btypes & ACPI_RTYPE_STRING) {
|
||||||
|
|
||||||
/* Need a String - create a NULL string */
|
/* Need a String - create a NULL string */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче