summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbxface.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/tbxface.c')
-rw-r--r--sys/contrib/dev/acpica/tbxface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/tbxface.c b/sys/contrib/dev/acpica/tbxface.c
index ede9724..b5ebb79 100644
--- a/sys/contrib/dev/acpica/tbxface.c
+++ b/sys/contrib/dev/acpica/tbxface.c
@@ -2,7 +2,7 @@
*
* Module Name: tbxface - Public interfaces to the ACPI subsystem
* ACPI table oriented interfaces
- * $Revision: 62 $
+ * $Revision: 63 $
*
*****************************************************************************/
@@ -336,7 +336,7 @@ AcpiUnloadTable (
/* Find all tables of the requested type */
TableDesc = AcpiGbl_TableLists[TableType].Next;
- while (TableDesc);
+ while (TableDesc)
{
/*
* Delete all namespace entries owned by this table. Note that these
OpenPOWER on IntegriCloud