ACPICA: More Clang changes
ACPICA commit 54b3aefb5de860306951c8c3339b1c37dcdf1b39 V8.0.1: Fixed all "dead assignment" warnings. Link: https://github.com/acpica/acpica/commit/54b3aefb Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

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

والد
197aba2090
کامیت
aaf7566f33
@@ -289,9 +289,7 @@ acpi_ut_execute_CID(struct acpi_namespace_node *device_node,
|
||||
value);
|
||||
length = ACPI_EISAID_STRING_SIZE;
|
||||
} else { /* ACPI_TYPE_STRING */
|
||||
|
||||
/* Copy the String CID from the returned object */
|
||||
|
||||
strcpy(next_id_string, cid_objects[i]->string.pointer);
|
||||
length = cid_objects[i]->string.length + 1;
|
||||
}
|
||||
|
مرجع در شماره جدید
Block a user