psobject.c (bf61c8840efe60fd8f91446860b63338fb424158) psobject.c (1d1ea1b723d9f239f736b8cf284327cbbf9d15d1)
1/******************************************************************************
2 *
3 * Module Name: psobject - Support for parse objects
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2013, Intel Corp.

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

397 if (ACPI_FAILURE(status2)) {
398 return_ACPI_STATUS(status2);
399 }
400
401 *op = NULL;
402
403 switch (status) {
404 case AE_OK:
1/******************************************************************************
2 *
3 * Module Name: psobject - Support for parse objects
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2013, Intel Corp.

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

397 if (ACPI_FAILURE(status2)) {
398 return_ACPI_STATUS(status2);
399 }
400
401 *op = NULL;
402
403 switch (status) {
404 case AE_OK:
405
405 break;
406
407 case AE_CTRL_TRANSFER:
408
409 /* We are about to transfer to a called method */
410
411 walk_state->prev_op = NULL;
412 walk_state->prev_arg_types = walk_state->arg_types;

--- 235 unchanged lines hidden ---
406 break;
407
408 case AE_CTRL_TRANSFER:
409
410 /* We are about to transfer to a called method */
411
412 walk_state->prev_op = NULL;
413 walk_state->prev_arg_types = walk_state->arg_types;

--- 235 unchanged lines hidden ---