--- aeda96e0af67bd6eb43b3b607e2c7a3817da8c5d +++ 1f3f01eacaf09cecb88af40187910465cb49b0f3 @@ -136,7 +136,7 @@ static inline void qh_put (struct ehci_q static void ehci_mem_cleanup (struct ehci_hcd *ehci) { - free_cached_itd_list(ehci); + free_cached_lists(ehci); if (ehci->async) qh_put (ehci->async); ehci->async = NULL;