]> 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)
commite019534b328073333cfb0d175236c6a9dd38be7c
tree6848fd484b7d0e42c235ac54290f72dfde45d9ad
parent8f4543d2bf6d7834e22089cecfc55a4534f7e63f
parent1cf87d41187cb8a24eb7673e5c6fc11780ee7de6
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
3e73cedea3b12672a25a23c5d5ef747604b422df iio: Stop sampling when the device is removed
and hence is a regression fix.