mirror of
https://github.com/acpica/acpica/
synced 2025-02-11 11:04:09 +03:00
Debug statement cleanup for block removal
date 2000.06.22.17.55.00; author rmoore1; state Exp;
This commit is contained in:
parent
35b64ed029
commit
c8616289db
@ -570,15 +570,12 @@ AcpiEvDisassociateRegionFromHandler(
|
||||
HandlerObj->AddrHandler.Context = RegionContext;
|
||||
|
||||
/*
|
||||
* Init routine may fail
|
||||
* Init routine may fail, Just ignore errors
|
||||
*/
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINT (ACPI_ERROR, ("EvDisassociateRegionFromHandler: %s from region init, SpaceID %d\n",
|
||||
AcpiCmFormatException (Status), RegionObj->Region.SpaceId));
|
||||
/*
|
||||
* Just ignore failures for now
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user