iio: temperature: mlx90632: Add error handling for devm_pm_runtime_enable()
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 5 Nov 2022 12:51:07 +0000 (12:51 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 23 Nov 2022 19:57:12 +0000 (19:57 +0000)
commitbcf22afd2ce0b8bd4fad50bfda92e8cbbc483c72
treebca6d2b66634e4c46441602d15f1335967aa7e13
parent6f7cadcf664b04df3b2e9b9c6d65bf626aa1b411
iio: temperature: mlx90632: Add error handling for devm_pm_runtime_enable()

This call can fail so handling is necessary even if it is very unlikely.

Reported-by: coverity-bot <keescook+coverity-bot@chromium.org>
Addresses-Coverity-ID: 1527134 ("Error handling issues")
Fixes: 2aebc223fc7c ("iio: temperature: mlx90632 Add runtime powermanagement modes")
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-off-by: Crt Mori <cmo@melexis.com>
Link: https://lore.kernel.org/r/20221105125108.383193-2-jic23@kernel.org
drivers/iio/temperature/mlx90632.c