iio: adc: mcp320x: Simplify device removal logic
authorArturas Moskvinas <arturas.moskvinas@gmail.com>
Mon, 19 Feb 2024 07:41:40 +0000 (09:41 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 28 Feb 2024 19:26:35 +0000 (19:26 +0000)
commit58efe76197c076e3d5a1d84de115f6ec9156d6fd
treeacb2154268e9d634c50fd39a1f071b525842721d
parent3b4ebff2a1a9e87d9682db1fcd00ed5a365d3b0c
iio: adc: mcp320x: Simplify device removal logic

Use devm_* APIs to enable/disable regulator and to register in IIO infrastructure.

Signed-off-by: Arturas Moskvinas <arturas.moskvinas@gmail.com>
Link: https://lore.kernel.org/r/20240219074139.193464-2-arturas.moskvinas@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/mcp320x.c