]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/parser/psutils.c
[ACPI] ACPICA 20050729 from Bob Moore
[karo-tx-linux.git] / drivers / acpi / parser / psutils.c
index 19a27020eeefe94e77fcedc271ed193f54308903..4221b41ae1a6ac4117ac2331c270eaee0b2eda40 100644 (file)
@@ -200,10 +200,10 @@ acpi_ps_free_op (
        }
 
        if (op->common.flags & ACPI_PARSEOP_GENERIC) {
-               acpi_os_release_object (acpi_gbl_ps_node_cache, op);
+               (void) acpi_os_release_object (acpi_gbl_ps_node_cache, op);
        }
        else {
-               acpi_os_release_object (acpi_gbl_ps_node_ext_cache, op);
+               (void) acpi_os_release_object (acpi_gbl_ps_node_ext_cache, op);
        }
 }