[media] usbvision-video: two use after frees
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Oct 2014 07:57:21 +0000 (04:57 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 24 Oct 2014 11:30:14 +0000 (09:30 -0200)
The lock has been freed in usbvision_release() so there is no need to
call mutex_unlock() here.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

No differences found