Re: [PATCH] EHCI: move del_timer_sync calls outside spinlocked region

2008-01-10 Thread David Brownell
On Thursday 10 January 2008, Alan Stern wrote: > This patch (as1030) moves a del_timer_sync() call outside the scope of a > spinlock, where it could cause a deadlock, and adds a new > del_timer_sync() call for the new IAA watchdog timer (it was omitted > by mistake). > > Signed-off-by: Alan Stern

[PATCH] EHCI: move del_timer_sync calls outside spinlocked region

2008-01-10 Thread Alan Stern
This patch (as1030) moves a del_timer_sync() call outside the scope of a spinlock, where it could cause a deadlock, and adds a new del_timer_sync() call for the new IAA watchdog timer (it was omitted by mistake). Signed-off-by: Alan Stern <[EMAIL PROTECTED]> CC: David Brownell <[EMAIL PROTECTED]>