]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'iio-fixes-for-3.12c' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2013 16:40:52 +0000 (09:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2013 16:40:52 +0000 (09:40 -0700)
commit771510eccd9cdd3c6946608c5527ac029923bdce
tree6848fd484b7d0e42c235ac54290f72dfde45d9ad
parent8780f2053d8f14afe2014771826f0bfd2cf3adae
parent8e974cb5542ae37bc0a431b63dcab06fcae389ed
Merge tag 'iio-fixes-for-3.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Jonathan writes:

Third set of IIO fixes for the 3.12 cycle.

Two little ones this time:

1) A missing clk_unprepare in adf4350.
2) A missing free of the active_scan_mask when iio_disable_all_buffers is
called during an unexpected device removal.  This leak was introduced by
the fix
8e08072d542fe476b9a85b436b952ec77a306a42 iio: Stop sampling when the device is removed
and hence is a regression fix.