thanks.  I'll submit an additional patch.

Monty

On 10/4/06, Alan Stern <[EMAIL PROTECTED]> wrote:
> Monty:
>
> Your new patches cause a problem on systems with more than one EHCI
> controller.  This statement
>
>        ehci->budget_pool =
>                kmem_cache_create ("ehci_budget",
>                                   sizeof(struct ehci_shadow_budget),
>                                   0,0,NULL,NULL);
>
> in ehci_mem_init() causes a failure because you're not allowed to have
> multiple caches with the same name.
>
> Alan Stern
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to