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

Peng Fan (OSS) posted 2 patches 2 years, 1 month ago
drivers/thermal/thermal_core.c | 3 +++
drivers/thermal/thermal_of.c   | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
[PATCH V2 0/2] thermal: fix two coverity reported issues
Posted by Peng Fan (OSS) 2 years, 1 month ago
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
RE: [PATCH V2 0/2] thermal: fix two coverity reported issues
Posted by Peng Fan 2 years, 1 month ago
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.