]> git.baikalelectronics.ru Git - kernel.git/commit
uvc: Forward compat ioctls to their handlers directly
authorAndy Lutomirski <luto@kernel.org>
Tue, 24 May 2016 22:13:02 +0000 (15:13 -0700)
committerAndy Lutomirski <luto@kernel.org>
Fri, 10 Jun 2016 22:11:14 +0000 (15:11 -0700)
commit9ff2c5c1e036787dcc658518ab0518862b29e152
treea33e238e6b93d6117d3751adb5f11a4c598b91ec
parent0491ad2600d2055b3241c61eb7ebbce5f94258a0
uvc: Forward compat ioctls to their handlers directly

The current code goes through a lot of indirection just to call a
known handler.  Simplify it: just call the handlers directly.

Cc: stable@vger.kernel.org
Signed-off-by: Andy Lutomirski <luto@kernel.org>
drivers/media/usb/uvc/uvc_v4l2.c