diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-27 20:01:04 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-05 14:58:49 +0400 |
commit | 54a2a84ea9e8640b4f1df4e222e305d03bb64065 (patch) | |
tree | 0267199272444b3ae7d66534dc71c0dfbdb56e87 /drivers/media/usb/Makefile | |
parent | ce67943e2dfd3bc8b7e86b428fc0dfc568730971 (diff) | |
download | linux-54a2a84ea9e8640b4f1df4e222e305d03bb64065.tar.xz |
[media] em28xx: Fix em28xx deplock
When em28xx extensions are loaded/removed, there are two locks:
a single static em28xx_devlist_mutex that registers each extension
and the struct em28xx dev->lock.
When extensions are registered, em28xx_devlist_mutex is taken first,
and then dev->lock.
Be sure that, when extensions are being removed, the same order
will be used.
Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/Makefile')
0 files changed, 0 insertions, 0 deletions