|
Lines 375-382
Link Here
|
| 375 |
break; |
375 |
break; |
| 376 |
|
376 |
|
| 377 |
default: |
377 |
default: |
| 378 |
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unexpected notify object type %X\n", |
378 |
if (Operand[0] == NULL) |
| 379 |
Operand[0]->Common.Type)); |
379 |
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unexpected notify object type (details at 11...)\n")); |
|
|
380 |
else |
| 381 |
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unexpected notify object type %X\n", |
| 382 |
Operand[0]->Common.Type)); |
| 380 |
|
383 |
|
| 381 |
Status = AE_AML_OPERAND_TYPE; |
384 |
Status = AE_AML_OPERAND_TYPE; |
| 382 |
break; |
385 |
break; |