mbox series

[V2,0/2] thermal: fix two coverity reported issues

Message ID 20230724071646.2744900-1-peng.fan@oss.nxp.com
Headers show
Series thermal: fix two coverity reported issues | expand

Message

Peng Fan (OSS) July 24, 2023, 7:16 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

 Fix two thermal issues reported by coverity.

V2:
 Add cover letter
 Add Fixes Tag

Peng Fan (2):
  thermal/core: fix potential memory leak
  thermal/of: accessing potential uninitialized value

 drivers/thermal/thermal_core.c | 3 +++
 drivers/thermal/thermal_of.c   | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Peng Fan Aug. 9, 2023, 1:27 a.m. UTC | #1
Any comments?

> Subject: [PATCH V2 0/2] thermal: fix two coverity reported issues
> 
> From: Peng Fan <peng.fan@nxp.com>
> 
>  Fix two thermal issues reported by coverity.
> 
> V2:
>  Add cover letter
>  Add Fixes Tag
> 
> Peng Fan (2):
>   thermal/core: fix potential memory leak
>   thermal/of: accessing potential uninitialized value
> 
>  drivers/thermal/thermal_core.c | 3 +++
>  drivers/thermal/thermal_of.c   | 8 ++++----
>  2 files changed, 7 insertions(+), 4 deletions(-)
> 
> --
> 2.37.1
Thanks,
Peng.