From 2bfb54274c772b9ec52719c289f1a11c74b5bc50 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:21:05 +0000 Subject: [PATCH] clean up code based on errors given from Intel C 5.0 compiler Removed or used unused variables, as appropriate date 2001.03.15.19.04.00; author agrover; state Exp; --- source/components/utilities/utobject.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/components/utilities/utobject.c b/source/components/utilities/utobject.c index 758e3d3e2..c7e192eff 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: cmobject - ACPI object create/delete/size/cache routines - * $Revision: 1.39 $ + * $Revision: 1.41 $ * *****************************************************************************/ @@ -123,7 +123,7 @@ #include "amlcode.h" -#define _COMPONENT MISCELLANEOUS +#define _COMPONENT ACPI_UTILITIES MODULE_NAME ("cmobject") @@ -169,7 +169,7 @@ _CmCreateInternalObject ( { /* Allocation failure */ - return_VALUE (NULL); + return_PTR (NULL); } /* Save the object type in the object descriptor */