Re: [PATCH] em28xx: push mutex down to extensions on .fini callback

2014-01-14 Thread Frank Schäfer
On 13.01.2014 07:12, Mauro Carvalho Chehab wrote: Avoid circular mutex lock by pushing the dev->lock to the .fini callback on each extension. As em28xx-dvb, em28xx-alsa and em28xx-rc have their own data structures, and don't touch at the common structure during .fini, only em28xx-v4l needs to be

Re: [PATCH] em28xx: push mutex down to extensions on .fini callback

2014-01-13 Thread Antti Palosaari
Tested-by: Antti Palosaari regards Antti On 13.01.2014 08:12, Mauro Carvalho Chehab wrote: Avoid circular mutex lock by pushing the dev->lock to the .fini callback on each extension. As em28xx-dvb, em28xx-alsa and em28xx-rc have their own data structures, and don't touch at the common structu

[PATCH] em28xx: push mutex down to extensions on .fini callback

2014-01-13 Thread Mauro Carvalho Chehab
Avoid circular mutex lock by pushing the dev->lock to the .fini callback on each extension. As em28xx-dvb, em28xx-alsa and em28xx-rc have their own data structures, and don't touch at the common structure during .fini, only em28xx-v4l needs to be locked. [ 90.994317] ===