Deleted Added
full compact
nsdumpdv.c (193529) nsdumpdv.c (199337)
1/******************************************************************************
2 *
3 * Module Name: nsdump - table dumping routines for debug
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

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

220 return;
221 }
222
223 ACPI_DEBUG_PRINT ((ACPI_DB_TABLES,
224 "Display of all devices in the namespace:\n"));
225
226 Status = AcpiNsWalkNamespace (ACPI_TYPE_DEVICE, SysBusHandle,
227 ACPI_UINT32_MAX, ACPI_NS_WALK_NO_UNLOCK,
1/******************************************************************************
2 *
3 * Module Name: nsdump - table dumping routines for debug
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

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

220 return;
221 }
222
223 ACPI_DEBUG_PRINT ((ACPI_DB_TABLES,
224 "Display of all devices in the namespace:\n"));
225
226 Status = AcpiNsWalkNamespace (ACPI_TYPE_DEVICE, SysBusHandle,
227 ACPI_UINT32_MAX, ACPI_NS_WALK_NO_UNLOCK,
228 AcpiNsDumpOneDevice, NULL, NULL);
228 AcpiNsDumpOneDevice, NULL, NULL, NULL);
229}
230
231#endif
232#endif
233
234
229}
230
231#endif
232#endif
233
234