diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2020-03-24 16:46:32 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 18:56:22 +0300 |
commit | e0fcca9fbd99e959855aa1d66c125d696f969e68 (patch) | |
tree | bc9dec13b29e4d4fe40d49ad297feee15fbd0331 /drivers/mfd/max77650.c | |
parent | 6eb3b8acfd079104571c207d4524743b6acc6550 (diff) | |
download | linux-e0fcca9fbd99e959855aa1d66c125d696f969e68.tar.xz |
iio: buffer-dmaengine: add dev-managed calls for buffer alloc
Currently, when using a 'iio_dmaengine_buffer_alloc()', an matching call to
'iio_dmaengine_buffer_free()' must be made.
With this change, this can be avoided by using
'devm_iio_dmaengine_buffer_alloc()'. The buffer will get free'd via the
device's devres handling.
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/mfd/max77650.c')
0 files changed, 0 insertions, 0 deletions