[PATCH -next 2/2] iio: adc: mt6577_auxadc: Simplify with device managed function
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Wed Sep 13 01:56:28 PDT 2023
Il 26/08/23 05:54, Jinjie Ruan ha scritto:
> Add a device managed hook, via devm_add_action_or_reset() and
> mt6577_power_off(), to power off on device detach.
>
> Replace iio_device_register() by devm_iio_device_register() and remove
> the mt6577_auxadc_remove() function used to unregister the device and
> power off the device.
>
> Remove platform_set_drvdata() from the probe function, since
> platform_get_drvdata() is not used anymore.
>
> Remove mt6577_auxadc_mod_reg() call from the probe function error path.
>
> Signed-off-by: Jinjie Ruan <ruanjinjie at huawei.com>
> Suggested-by: Jonathan Cameron <jic23 at kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
More information about the Linux-mediatek
mailing list