mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 13:04:16 +03:00
oops, another one
date 2002.01.18.02.52.00; author agrover; state Exp;
This commit is contained in:
parent
075a236dad
commit
b1beeb7b20
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user