diff options
author | Alexandru Ardelean <[email protected]> | 2021-08-23 14:22:02 +0300 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2021-09-14 12:00:31 +0100 |
commit | 5363c6c17b1014f696bf0b2984af4b694062ce8f (patch) | |
tree | 5d7d2fee4cf5b10a9251c4c7ae39aac7ed1a8dcd /lib/mpi/mpiutil.c | |
parent | 82bcb7fb649844a561ff1ac2e2ace4252bdff793 (diff) |
iio: st_sensors: remove st_sensors_power_disable() function
This change converts the st_sensors_power_enable() function to use
devm_add_action_or_reset() handlers to register regulator_disable hooks for
when the drivers get unloaded.
The parent device of the IIO device object is used. This is based on the
assumption that all other devm_ calls in the ST sensors use this reference.
This makes the st_sensors_power_disable() un-needed.
Removing this also changes unload order a bit, as all ST drivers would call
st_sensors_power_disable() first and iio_device_unregister() after that.
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions