Re: [PATCH v2 3/3] usb/dummy_hcd: assign endpoint on enqeue on host side

2012-10-30 Thread Alan Stern
On Tue, 30 Oct 2012, Sebastian Andrzej Siewior wrote: > * Alan Stern | 2012-10-29 12:04:10 [-0400]: > > >Was that really the problem? My memory is not what it was three weeks > >ago... > > > >If so, there's a simpler solution. The list_for_each_entry_safe() > >loop in dummy_timer() should no

[PATCH v2 3/3] usb/dummy_hcd: assign endpoint on enqeue on host side

2012-10-30 Thread Sebastian Andrzej Siewior
* Alan Stern | 2012-10-29 12:04:10 [-0400]: >Was that really the problem? My memory is not what it was three weeks >ago... > >If so, there's a simpler solution. The list_for_each_entry_safe() >loop in dummy_timer() should not consider URBs that were added after >the loop started. That ought