projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61df3c9
)
[media] sn9c102: convert to unlocked_ioctl
author
Hans Verkuil
<
[email protected]
>
Sun, 14 Nov 2010 14:13:39 +0000
(11:13 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 1 Dec 2010 22:10:11 +0000
(20:10 -0200)
Trivial conversion, this driver used a mutex already.
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/sn9c102/sn9c102_core.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/sn9c102/sn9c102_core.c
b/drivers/media/video/sn9c102/sn9c102_core.c
index 28e19daadec953b879084ec539a17eed2da147a6..f49fbfb7dc1377800da49d0c723caa13a5d14e27 100644
(file)
--- a/
drivers/media/video/sn9c102/sn9c102_core.c
+++ b/
drivers/media/video/sn9c102/sn9c102_core.c
@@
-3238,7
+3238,7
@@
static const struct v4l2_file_operations sn9c102_fops = {
.owner = THIS_MODULE,
.open = sn9c102_open,
.release = sn9c102_release,
- .ioctl = sn9c102_ioctl,
+ .
unlocked_
ioctl = sn9c102_ioctl,
.read = sn9c102_read,
.poll = sn9c102_poll,
.mmap = sn9c102_mmap,