[media] uvcvideo: small cleanup in uvc_video_clock_update()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 22 Oct 2015 09:09:05 +0000 (07:09 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 18 Dec 2015 17:21:35 +0000 (15:21 -0200)
commit0aff8a894a2be4c22e6414db33061153a4b35bc9
tree50a3a158f324b389d676d783a3afebe103697bb5
parent1ab8c3fc750321726313b222230343de897744b1
[media] uvcvideo: small cleanup in uvc_video_clock_update()

Smatch is not smart enough to see that "&stream->clock.lock" and
"&clock->lock" are the same thing so it complains about the locking
here.  Let's make it more consistent.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/uvc/uvc_video.c
This page took 0.026696 seconds and 5 git commands to generate.