Deleted Added
full compact
evxfgpe.c (238381) evxfgpe.c (239340)
1/******************************************************************************
2 *
3 * Module Name: evxfgpe - External Interfaces for General Purpose Events (GPEs)
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

475
476 GpeRegisterInfo = GpeEventInfo->RegisterInfo;
477 if (!GpeRegisterInfo)
478 {
479 Status = AE_NOT_EXIST;
480 goto UnlockAndExit;
481 }
482
1/******************************************************************************
2 *
3 * Module Name: evxfgpe - External Interfaces for General Purpose Events (GPEs)
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

475
476 GpeRegisterInfo = GpeEventInfo->RegisterInfo;
477 if (!GpeRegisterInfo)
478 {
479 Status = AE_NOT_EXIST;
480 goto UnlockAndExit;
481 }
482
483 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo, GpeRegisterInfo);
483 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
484
485 /* Perform the action */
486
487 switch (Action)
488 {
489 case ACPI_GPE_ENABLE:
490 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
491 break;

--- 470 unchanged lines hidden ---
484
485 /* Perform the action */
486
487 switch (Action)
488 {
489 case ACPI_GPE_ENABLE:
490 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
491 break;

--- 470 unchanged lines hidden ---