I just added this to the base ACPICA code, no need for this patch Bob >-----Original Message----- >From: akpm@xxxxxxxxxxxxxxxxxxxx [mailto:akpm@xxxxxxxxxxxxxxxxxxxx] >Sent: Thursday, March 11, 2010 1:59 PM >To: lenb@xxxxxxxxxx >Cc: linux-acpi@xxxxxxxxxxxxxxx; akpm@xxxxxxxxxxxxxxxxxxxx; >bzolnier@xxxxxxxxx; error27@xxxxxxxxx; Lin, Ming M; Moore, Robert >Subject: [patch 1/2] acpica: fix acpi_ex_release_mutex() comment > >From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> > >trivial, leftover from my NULL pointer dereference patch which got >'superseded' by commit fbc3be2 > >Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> >Cc: Len Brown <lenb@xxxxxxxxxx> >Cc: Lin Ming <ming.m.lin@xxxxxxxxx> >Cc: Bob Moore <robert.moore@xxxxxxxxx> >Cc: Dan Carpenter <error27@xxxxxxxxx> >Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> >--- > > drivers/acpi/acpica/exmutex.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff -puN drivers/acpi/acpica/exmutex.c~acpica-fix-acpi_ex_release_mutex- >comment drivers/acpi/acpica/exmutex.c >--- a/drivers/acpi/acpica/exmutex.c~acpica-fix-acpi_ex_release_mutex- >comment >+++ a/drivers/acpi/acpica/exmutex.c >@@ -234,8 +234,7 @@ acpi_ex_acquire_mutex(union acpi_operand > return_ACPI_STATUS(AE_BAD_PARAMETER); > } > >- /* Must have a valid thread ID */ >- >+ /* Must have a valid thread. */ > if (!walk_state->thread) { > ACPI_ERROR((AE_INFO, > "Cannot acquire Mutex [%4.4s], null thread info", >_ -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html