mbox series

[0/2] iio: mlx90632: Minor fixes

Message ID 20221105125108.383193-1-jic23@kernel.org (mailing list archive)
Headers show
Series iio: mlx90632: Minor fixes | expand

Message

Jonathan Cameron Nov. 5, 2022, 12:51 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

A couple of minor fixes.  The devm_ error handling was a coverity report.
Static was a warning I'd missed originally but saw in build whilst testing
the above.

Crt, could you give these a quick look (+tag ideally) then I'll get them
on the tree so the issue is fixed in Linux next before I send Greg a pull
request.

Jonathan Cameron (2):
  iio: temperature: mlx90632: Add error handling for
    devm_pm_runtime_enable()
  iio: temperature: mlx90632: Add missing static marking on devm_pm_ops

 drivers/iio/temperature/mlx90632.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Jonathan Cameron Nov. 12, 2022, 3:47 p.m. UTC | #1
On Sat,  5 Nov 2022 12:51:06 +0000
Jonathan Cameron <jic23@kernel.org> wrote:

> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> A couple of minor fixes.  The devm_ error handling was a coverity report.
> Static was a warning I'd missed originally but saw in build whilst testing
> the above.
> 
> Crt, could you give these a quick look (+tag ideally) then I'll get them
> on the tree so the issue is fixed in Linux next before I send Greg a pull
> request.

Series applied.

Thanks,

Jonathan

> 
> Jonathan Cameron (2):
>   iio: temperature: mlx90632: Add error handling for
>     devm_pm_runtime_enable()
>   iio: temperature: mlx90632: Add missing static marking on devm_pm_ops
> 
>  drivers/iio/temperature/mlx90632.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>