]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'iio-fixes-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Feb 2017 15:46:03 +0000 (16:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Feb 2017 15:46:03 +0000 (16:46 +0100)
commitb96dea60bc1a1d2f3991457397f833033bfbd988
tree67dcfb9ab7d43554aeb0ca586351d1b28dc856cf
parent9d3352a3fe82b927d66309ee7f1944dd40a42325
parent6a6e1d56a0769795a36c0461c64bf5e5b9bbb4c0
Merge tag 'iio-fixes-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next

Jonathan writes:

First set of IIO fixes for the 4.11 cycle. Regression fixes from 4.10.

These are fixes that came in just to late for the 4.10 cycle.

Two drivers made an accidental assumption of structure arrangement for
struct iio_dev that are no longer true.  It was a typo in the first place
that happened to work until some elements were added to the structure.

* mpl3115
  - don't rely on structure field ordering
* mpl115
  - don't rely on structure field ordering.