summaryrefslogtreecommitdiff
path: root/drivers/iio/position/hid-sensor-custom-intel-hinge.c
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2021-05-16 19:21:03 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-06-16 16:53:13 +0300
commit64f9dc6a68002fc3f1890cb90312a2ace19df99e (patch)
treefb293b06a41a6d77fc925bdd7d0f58cf65d2b772 /drivers/iio/position/hid-sensor-custom-intel-hinge.c
parentc2f89f4ccd7a155af2739300de712b8f96aa76a3 (diff)
downloadlinux-64f9dc6a68002fc3f1890cb90312a2ace19df99e.tar.xz
iio: pressure: icp10100: Balance runtime pm + use pm_runtime_resume_and_get()
The devm_ handled runtime pm disable calls pm_runtime_put_sync_suspend() which isn't balancing a matching get call. It isn't a bug as such, because the runtime pm core doesn't decrement the reference count below zero, but it is missleading so let's drop it. Using pm_runtime_resume_and_get() new call makes it easy to handle failures in resume as it doesn't hold a reference count if it exits with an error. 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-7-jic23@kernel.org
Diffstat (limited to 'drivers/iio/position/hid-sensor-custom-intel-hinge.c')
0 files changed, 0 insertions, 0 deletions