mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
500580c7ae
The of_property_read_u64() can fail and remain the variable uninitialized,
which will then be returned. Initializing the variable "rate" to zero to
fix this problem.
Fixes:
|
||
---|---|---|
.. | ||
actions | ||
amlogic | ||
apple | ||
arm | ||
bcm | ||
imx | ||
mediatek | ||
qcom | ||
renesas | ||
rockchip | ||
samsung | ||
st | ||
starfive | ||
sunxi | ||
tegra | ||
ti | ||
xilinx | ||
core.c | ||
governor.c | ||
Kconfig | ||
Makefile |