Deleted Added
full compact
psxface.c (123315) psxface.c (126372)
1/******************************************************************************
2 *
3 * Module Name: psxface - Parser external interfaces
1/******************************************************************************
2 *
3 * Module Name: psxface - Parser external interfaces
4 * $Revision: 69 $
4 * $Revision: 71 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
12 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

--- 263 unchanged lines hidden (view full) ---

284
285 /*
286 * The walk of the parse tree is where we actually execute the method
287 */
288 Status = AcpiPsParseAml (WalkState);
289 goto Cleanup2; /* Walk state already deleted */
290
291
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

--- 263 unchanged lines hidden (view full) ---

284
285 /*
286 * The walk of the parse tree is where we actually execute the method
287 */
288 Status = AcpiPsParseAml (WalkState);
289 goto Cleanup2; /* Walk state already deleted */
290
291
292
293Cleanup3:
294 AcpiDsDeleteWalkState (WalkState);
295
296Cleanup2:
297 AcpiPsDeleteParseTree (Op);
298
299Cleanup1:
300 if (Params)

--- 33 unchanged lines hidden ---
292Cleanup3:
293 AcpiDsDeleteWalkState (WalkState);
294
295Cleanup2:
296 AcpiPsDeleteParseTree (Op);
297
298Cleanup1:
299 if (Params)

--- 33 unchanged lines hidden ---