mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
bb454f3bae
Currently we set CONFIG_CC_OPTIMIZE_FOR_SIZE which suppressed the compiler warning of unused variables which can lead undefined behavior e.g. memory corruption and panic. See https://lkml.org/lkml/2013/3/25/347. This patch fixes all the uninitilized variables in kernel Bug: 33353384 Test: On device Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I0ae1082f447b435d71156d471878ba71aa16c378 |
||
---|---|---|
.. | ||
mmp | ||
mvebu | ||
mxs | ||
qcom | ||
samsung | ||
socfpga | ||
spear | ||
sunxi | ||
tegra | ||
ux500 | ||
versatile | ||
x86 | ||
clk-axi-clkgen.c | ||
clk-bcm2835.c | ||
clk-composite.c | ||
clk-devres.c | ||
clk-divider.c | ||
clk-fixed-factor.c | ||
clk-fixed-rate.c | ||
clk-gate.c | ||
clk-highbank.c | ||
clk-ls1x.c | ||
clk-max77686.c | ||
clk-mux.c | ||
clk-nomadik.c | ||
clk-prima2.c | ||
clk-si5351.c | ||
clk-si5351.h | ||
clk-twl6040.c | ||
clk-u300.c | ||
clk-vt8500.c | ||
clk-wm831x.c | ||
clk-zynq.c | ||
clk.c | ||
clkdev.c | ||
Kconfig | ||
Makefile |