diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-09-14 22:53:11 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-09-14 22:53:11 +0000 |
| commit | ebef5c959a0ea58fa05c4a5a80bb93104780bf87 (patch) | |
| tree | 033c7834a7ab5fe0b48b11ac066372bfd32f2c22 /source/components/debugger/dbstats.c | |
| parent | fc8e34d9a95f87b780f9ee3d400dd995aba2ce27 (diff) | |
Notes
Diffstat (limited to 'source/components/debugger/dbstats.c')
| -rw-r--r-- | source/components/debugger/dbstats.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/components/debugger/dbstats.c b/source/components/debugger/dbstats.c index fcc4998edec51..64c847a493ea5 100644 --- a/source/components/debugger/dbstats.c +++ b/source/components/debugger/dbstats.c @@ -79,7 +79,7 @@ AcpiDbListInfo ( /* * Statistics subcommands */ -static ARGUMENT_INFO AcpiDbStatTypes [] = +static ACPI_DB_ARGUMENT_INFO AcpiDbStatTypes [] = { {"ALLOCATIONS"}, {"OBJECTS"}, @@ -398,12 +398,6 @@ AcpiDbDisplayStatistics ( UINT32 Temp; - if (!TypeArg) - { - AcpiOsPrintf ("The following subcommands are available:\n ALLOCATIONS, OBJECTS, MEMORY, MISC, SIZES, TABLES\n"); - return (AE_OK); - } - AcpiUtStrupr (TypeArg); Temp = AcpiDbMatchArgument (TypeArg, AcpiDbStatTypes); if (Temp == (UINT32) -1) |
