Re: [PATCH] acpi: fix single linked list manipulation

From: Christoph Hellwig
Date: Sat Oct 28 2006 - 15:03:18 EST


On Sun, Oct 29, 2006 at 03:53:13AM +0900, Akinobu Mita wrote:
> This patch fixes single linked list manipulation for sub_driver.
> If the remving entry is not on the head of the sub_driver list,
> it goes into infinate loop.
>
> Though that infinate loop doesn't happen. Because the only user of
> acpi_pci_register_dirver() is acpiphp.

Any chance to just switch the driver to use the list.h APIs instead
of opencoding lists?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/