]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ACPICA: fix acpi_ex_release_mutex() comment
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 2 Feb 2010 22:37:56 +0000 (14:37 -0800)
committerLen Brown <len.brown@intel.com>
Tue, 16 Feb 2010 08:17:42 +0000 (03:17 -0500)
trivial, leftover from my NULL pointer dereference patch which got
'superseded' by commit fbc3be2

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/exmutex.c

index 3c456bd575d0398224fe1ce600da19a000156c48..c4a47dda17e04c10952e03350c46415269c9d171 100644 (file)
@@ -375,8 +375,7 @@ acpi_ex_release_mutex(union acpi_operand_object *obj_desc,
                return_ACPI_STATUS(AE_AML_MUTEX_NOT_ACQUIRED);
        }
 
-       /* Must have a valid thread ID */
-
+       /* Must have a valid thread. */
        if (!walk_state->thread) {
                ACPI_ERROR((AE_INFO,
                            "Cannot release Mutex [%4.4s], null thread info",