diff options
author | Alexandru Ardelean <aardelean@deviqon.com> | 2021-06-30 15:30:29 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-07-13 18:21:53 +0100 |
commit | 8b2ac51625ac96afd488d3ddd90c95c3417eb736 (patch) | |
tree | 37a4d0b6aba90983b8dd6346140bf41ab3f4755d /block | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) | |
download | linux-8b2ac51625ac96afd488d3ddd90c95c3417eb736.tar.gz linux-8b2ac51625ac96afd488d3ddd90c95c3417eb736.tar.bz2 linux-8b2ac51625ac96afd488d3ddd90c95c3417eb736.zip |
iio: hid-sensors: bind IIO channels alloc to device object
Some HID drivers use devm_kmemdup() already to clone the template IIO
channels information and update it.
However, there are still some drivers that kmemdup() and kfree() the
channels.
This change converts them to use devm_kmemdup() and bind the life-time of
this allocated object to the parent device object (in these drivers).
Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://lore.kernel.org/r/20210630123029.759609-1-aardelean@deviqon.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions