Re: [PATCH 1/2] EM28xx - fix race on disconnect

2011-08-20 Thread Sylwester Nawrocki
Hi Chris, On 08/20/2011 01:42 PM, Chris Rankin wrote: > *Sigh* I overlooked two patches in the original numbering... How about using git format-patch and git send-email ? http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html It's easier to review when patches are inlined rather tha

[PATCH 1/2] EM28xx - fix race on disconnect

2011-08-20 Thread Chris Rankin
*Sigh* I overlooked two patches in the original numbering... This patch closes the race on the device and extension lists at USB disconnect time. Previously, the device was removed from the device list during em28xx_release_resources(), and then passed to the em28xx_close_extension() function