mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
0104dcdaad
Variables annotated with __free() need to be initialized if the function
can return before they get updated for the first time or the attempt to
free the memory pointed to by them upon function return may crash the
kernel.
Fix this issue in some places in the thermal testing code.
Fixes:
|
||
---|---|---|
.. | ||
command.c | ||
Makefile | ||
thermal_testing.h | ||
zone.c |