]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jun 2016 17:55:30 +0000 (10:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jun 2016 17:55:30 +0000 (10:55 -0700)
commitf1c32afdb83eb8fa1d130049f4bf8e14fdab7cc4
tree0679e4d8d3e4d7ce1afe232dc5ad72eafa954b07
parent3d0f0b6a5520878305589411b8d434fe088e4f21
parentf89dec72e98b34b3be66bb1ef1be62974c0f8483
Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux

Pull uvc compat XU ioctl fixes from Andy Lutomirski:
 "uvc's compat XU ioctls go through tons of potentially buggy
  indirection.  The first patch removes the indirection.  The second one
  cleans up the code.

  Compile-tested only.  I have the hardware, but I have absolutely no
  idea what XU does, how to use it, what software to recompile as
  32-bit, or what to test in that software"

* tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux:
  uvc_v4l2: Simplify compat ioctl implementation
  uvc: Forward compat ioctls to their handlers directly