ACPICA: Fix DebugObject output for DdbHandle objects
authorBob Moore <robert.moore@intel.com>
Thu, 21 May 2009 02:06:19 +0000 (10:06 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 27 May 2009 04:32:24 +0000 (00:32 -0400)
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>
drivers/acpi/acpica/exstore.c

index 90d6061..6efd07a 100644 (file)
@@ -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;