projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd0090
)
staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctl
author
Tomas Winkler
<tomas.winkler@intel.com>
Tue, 8 Feb 2011 23:12:44 +0000
(
01:12
+0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 9 Feb 2011 19:59:05 +0000
(11:59 -0800)
Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap_ioctl.c
patch
|
blob
|
history
diff --git
a/drivers/staging/easycap/easycap_ioctl.c
b/drivers/staging/easycap/easycap_ioctl.c
index a5c6d8ef4f079c742389cd0a76eb13c54efe3e61..cbcf3944732c12d19256a62d4a035bd42caf0466 100644
(file)
--- a/
drivers/staging/easycap/easycap_ioctl.c
+++ b/
drivers/staging/easycap/easycap_ioctl.c
@@
-1387,11
+1387,6
@@
case VIDIOC_G_CTRL: {
break;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
-#ifdef VIDIOC_S_CTRL_OLD
-case VIDIOC_S_CTRL_OLD: {
- JOM(8, "VIDIOC_S_CTRL_OLD required at least for xawtv\n");
-}
-#endif /*VIDIOC_S_CTRL_OLD*/
case VIDIOC_S_CTRL:
{
struct v4l2_control v4l2_control;