oops, another one

date	2002.01.18.02.52.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:45:11 +00:00
parent 075a236dad
commit b1beeb7b20

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: rscreate - Create resource lists/tables
* $Revision: 1.47 $
* $Revision: 1.48 $
*
******************************************************************************/
@ -503,7 +503,7 @@ AcpiRsCreateByteStream (
MEMSET (OutputBuffer->Pointer, 0x00, OutputBuffer->Length);
Status = AcpiRsListToByteStream (LinkedListBuffer, ByteStreamSizeNeeded,
OutputBuffer->Pointer);
(UCHAR **) &OutputBuffer->Pointer);
if (ACPI_FAILURE (Status))
{
return_ACPI_STATUS (Status);