Skip to content
Snippets Groups Projects
Commit d63c66d2 authored by Dmitri Epshtein's avatar Dmitri Epshtein Committed by Greg Kroah-Hartman
Browse files

USB: ehci: add call of free_cached_itd_list() function in disable_periodic()


Sometimes disable_periodic() stop scan_periodic before than free_cached_itd_list() was called.
In such case USB Host stacked during disconnect operation
Solution: add call of free_cached_itd_list() function in disable_periodic()

Signed-off-by: default avatarDimitry Epshtein <dima@marvell.com>
Signed-off-by: default avatarSaeed Bishara <saeed@marvell.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a5f0efab
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment