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)
commita44323e2a8f342848bb77e8e04fcd85fcb91b3b4
treea33e238e6b93d6117d3751adb5f11a4c598b91ec
parentaf8c34ce6ae32addda3788d54a7e340cad22516b
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