Skip to content

Commit

Permalink
ACPICA: Fix DebugObject output for DdbHandle objects
Browse files Browse the repository at this point in the history
Was putting several extra spaces on the next line.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed May 27, 2009
1 parent 315c728 commit a76b772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/acpi/acpica/exstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,12 @@ acpi_ex_do_debug_object(union acpi_operand_object *source_desc,

case ACPI_REFCLASS_TABLE:

/* Case for ddb_handle */

ACPI_DEBUG_PRINT_RAW((ACPI_DB_DEBUG_OBJECT,
"Table Index 0x%X\n",
source_desc->reference.value));
break;
return;

default:
break;
Expand Down

0 comments on commit a76b772

Please sign in to comment.