On Wed, 10 Oct 2007, Henrique de Moraes Holschuh wrote: > > 3) > > I think I found a bug in thinkpad_acpi: > > if (!*ibm->acpi->handle) > > return 0; > > in setup_acpi_notify(..) probably should be: > > if (!ibm->acpi->handle) > > return 0; > > I will check that. No bug there. handle is a pointer to the handle, so it has to be dereferenced. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh - 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