426fed211b
[ Upstream commit 255e51da15baed47531beefd02f222e4dc01f1c1 ]
In the case where fw_getenv returns an error when fetching values
for ememsizea and memsize then variable phys_memsize is not assigned
a variable and will be uninitialized on a zero check of phys_memsize.
Fix this by initializing phys_memsize to zero.
Cleans up cppcheck error:
arch/mips/generic/yamon-dt.c💯7: error: Uninitialized variable: phys_memsize [uninitvar]
Fixes:
|
||
---|---|---|
.. | ||
board-boston.its.S | ||
board-ni169445.its.S | ||
board-ocelot.c | ||
board-ocelot.its.S | ||
board-ranchu.c | ||
board-sead3.c | ||
board-xilfpga.its.S | ||
init.c | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Platform | ||
proc.c | ||
vmlinux.its.S | ||
yamon-dt.c |