Lint fixes

date	2004.04.28.21.20.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:51:16 +00:00
parent d75ab67cfb
commit 4c904ff862

View File

@ -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 */