[media] gspca_finepix: Remove unnecessary lock/unlock call
authorHans de Goede <hdegoede@redhat.com>
Sun, 9 Sep 2012 10:00:04 +0000 (07:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Sep 2012 20:44:34 +0000 (17:44 -0300)
gspca_main: init_transfer does not do anything between calling sd_start
(which starts the workqueue) and releasing the usb_lock, so this
synchronization is a nop, remove it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found