mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
add ;
date 2001.05.18.21.48.00; author agrover; state Exp;
This commit is contained in:
parent
4c9d90be64
commit
cd68e39635
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exfldio - Aml Field I/O
|
||||
* $Revision: 1.56 $
|
||||
* $Revision: 1.57 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -885,7 +885,7 @@ AcpiExInsertIntoField (
|
||||
|
||||
/* TBD: Need a better error code */
|
||||
|
||||
return_ACPI_STATUS (AE_BUFFER_OVERFLOW)
|
||||
return_ACPI_STATUS (AE_BUFFER_OVERFLOW);
|
||||
}
|
||||
|
||||
/* Convert byte count to datum count, round up if necessary */
|
||||
|
Loading…
x
Reference in New Issue
Block a user