intel / thermal_daemon

Thermal daemon for IA
GNU General Public License v2.0
539 stars 117 forks source link

Fix GError Null pointer issue and remove unused codes. #430

Closed smallorange closed 7 months ago

smallorange commented 7 months ago

Hi,

This patch includes

  1. Set the default value of GError to NULL.
  2. Remove unused codes.

https://github.com/intel/thermal_daemon/pull/429 already fixed the default value issue so the merge sequence could be https://github.com/intel/thermal_daemon/pull/429 and https://github.com/intel/thermal_daemon/pull/430