Extraneous typecast

date	2000.08.14.15.31.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:54:56 +00:00
parent 6f9a9f0b8b
commit aaf072eb8a

View File

@ -361,7 +361,7 @@ AcpiTbInitTableDescriptor (
/* Update new entry */
TableDesc->Prev = ListHead->Prev;
TableDesc->Next = (ACPI_TABLE_DESC *) ListHead;
TableDesc->Next = ListHead;
/* Update list head */