]> git.hungrycats.org Git - linux/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)
committerSasha Levin <sasha.levin@oracle.com>
Sat, 18 Jun 2016 20:47:33 +0000 (16:47 -0400)
commit7cf9f2300c12ba5fba23e7c61a3477927b0cc6d1
treea7824e0be2ec1e76137dd0502723c2306debb1f7
parentca1950cd168857c811f217a390ed8c91b57d2c09
uvc: Forward compat ioctls to their handlers directly

[ Upstream commit a44323e2a8f342848bb77e8e04fcd85fcb91b3b4 ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/media/usb/uvc/uvc_v4l2.c