mirror of
https://github.com/acpica/acpica/
synced 2025-01-29 04:35:15 +03:00
Lint fixes
date 2004.04.28.21.20.00; author rmoore1; state Exp;
This commit is contained in:
parent
d75ab67cfb
commit
4c904ff862
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
*
|
||||
* Module Name: rsxface - Public interfaces to the resource manager
|
||||
* $Revision: 1.29 $
|
||||
* $Revision: 1.30 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -342,7 +342,8 @@ AcpiWalkResources (
|
||||
/* Setup pointers */
|
||||
|
||||
Resource = (ACPI_RESOURCE *) Buffer.Pointer;
|
||||
BufferEnd = (ACPI_RESOURCE *) ((UINT8 *) Buffer.Pointer + Buffer.Length);
|
||||
BufferEnd = ACPI_CAST_PTR (ACPI_RESOURCE,
|
||||
((UINT8 *) Buffer.Pointer + Buffer.Length));
|
||||
|
||||
/* Walk the resource list */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user