On Wednesday 07 February 2007 11:52, Len Brown wrote: > - new_bay = kmalloc(GFP_ATOMIC, sizeof(*new_bay)); > + new_bay = kzalloc(GFP_ATOMIC, sizeof(*new_bay)); > INIT_LIST_HEAD(&new_bay->list); You might want to check for kzalloc failure. - 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