* [PATCH resend] ACPICA: fix acpi_ex_release_mutex() comment
@ 2010-01-05 19:19 Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; only message in thread
From: Bartlomiej Zolnierkiewicz @ 2010-01-05 19:19 UTC (permalink / raw)
To: Len Brown; +Cc: linux-acpi, Andrew Morton
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
trivial, leftover from my NULL pointer dereference patch which got
'superseded' by commit fbc3be2
drivers/acpi/acpica/exmutex.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: b/drivers/acpi/acpica/exmutex.c
===================================================================
--- a/drivers/acpi/acpica/exmutex.c
+++ b/drivers/acpi/acpica/exmutex.c
@@ -375,8 +375,7 @@ acpi_ex_release_mutex(union acpi_operand
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",
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-05 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-05 19:19 [PATCH resend] ACPICA: fix acpi_ex_release_mutex() comment Bartlomiej Zolnierkiewicz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.