git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b5941
)
V4L/DVB (9911): em28xx: vidioc_try_fmt_vid_cap() doesn't need any lock
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 16 Dec 2008 23:36:13 +0000
(20:36 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 30 Dec 2008 11:39:14 +0000
(09:39 -0200)
vidioc_try_fmt_vid_cap() just checks if a given resolution is supported.
It doesn't touch on struct em28xx device descriptor. so, there's no need
to lock.
While there, use unlikely() for those values that aren't likely to
occur.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found