projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded180e
)
ACPICA: fix acpi_ex_release_mutex() comment
author
Bartlomiej Zolnierkiewicz
<
[email protected]
>
Tue, 2 Feb 2010 22:37:56 +0000
(14:37 -0800)
committer
Len Brown
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/acpi/acpica/exmutex.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/exmutex.c
b/drivers/acpi/acpica/exmutex.c
index 3c456bd575d0398224fe1ce600da19a000156c48..c4a47dda17e04c10952e03350c46415269c9d171 100644
(file)
--- a/
drivers/acpi/acpica/exmutex.c
+++ b/
drivers/acpi/acpica/exmutex.c
@@
-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",