diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-19 16:14:34 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-19 16:14:34 -0400 |
commit | f7a0fd56e4f58aec3300082fc10433052e2f1863 (patch) | |
tree | 4b3348f4866f6b3417f456a298229d63d4581424 /drivers/iio/industrialio-buffer.c | |
parent | 5e1e704a7de14ae79dc4d983dbbcab67064960c9 (diff) | |
parent | 31d141e3a666269a3b6fcccddb0351caf7454240 (diff) |
Merge 3.12-rc6 into staging-next.
We want these fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/industrialio-buffer.c')
-rw-r--r-- | drivers/iio/industrialio-buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/industrialio-buffer.c b/drivers/iio/industrialio-buffer.c index d7ab258e3a42..7f9152c3c4d3 100644 --- a/drivers/iio/industrialio-buffer.c +++ b/drivers/iio/industrialio-buffer.c | |||
@@ -490,6 +490,9 @@ void iio_disable_all_buffers(struct iio_dev *indio_dev) | |||
490 | indio_dev->currentmode = INDIO_DIRECT_MODE; | 490 | indio_dev->currentmode = INDIO_DIRECT_MODE; |
491 | if (indio_dev->setup_ops->postdisable) | 491 | if (indio_dev->setup_ops->postdisable) |
492 | indio_dev->setup_ops->postdisable(indio_dev); | 492 | indio_dev->setup_ops->postdisable(indio_dev); |
493 | |||
494 | if (indio_dev->available_scan_masks == NULL) | ||
495 | kfree(indio_dev->active_scan_mask); | ||
493 | } | 496 | } |
494 | 497 | ||
495 | static void iio_buffer_update_bytes_per_datum(struct iio_dev *indio_dev, | 498 | static void iio_buffer_update_bytes_per_datum(struct iio_dev *indio_dev, |