commit | a44323e2a8f342848bb77e8e04fcd85fcb91b3b4 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Tue May 24 15:13:02 2016 -0700 |
committer | Andy Lutomirski <luto@kernel.org> | Fri Jun 10 15:11:14 2016 -0700 |
tree | a33e238e6b93d6117d3751adb5f11a4c598b91ec | |
parent | af8c34ce6ae32addda3788d54a7e340cad22516b [diff] |
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>