diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-05-16 17:20:58 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-06-16 14:53:13 +0100 |
commit | 40b54cbebf16c4b2275dabe1569d2a3f89d3cc59 (patch) | |
tree | 20167486f4ad6b6518f96f615b6a79e68c1f827c /drivers/iio/adc/ti-ads1015.c | |
parent | 12f13d1faead80884f41781e8792ab397812c0c7 (diff) | |
download | linux-40b54cbebf16c4b2275dabe1569d2a3f89d3cc59.tar.bz2 |
iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()
Remove an unblanced pm_runtime_put_sync_suspend() call
in inv_pu_pm_disable(). Not this call is not a bug, because the runtime
pm core will not allow the reference counter to go negative. It is
however confusing and serves no purpose.
pm_runtime_resume_and_get() case found using coccicheck script under
review at:
https://lore.kernel.org/lkml/20210427141946.2478411-1-Julia.Lawall@inria.fr/
pm_runtime_resume_and_get() returns <= 0 only so simplify related checks
to bring this more inline with nearby calls.
This is a prequel to taking a closer look at the runtime pm in IIO drivers
in general.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20210516162103.1332291-2-jic23@kernel.org
Diffstat (limited to 'drivers/iio/adc/ti-ads1015.c')
0 files changed, 0 insertions, 0 deletions