android_kernel_xiaomi_sm8350/core/pld
Dustin Brown 8513e84f6f qcacld-3.0: Zero-initialize soc info
pld_snoc_get_soc_info() stack allocates a icnss_soc_info struct before
populating its contents via a call to icnss_get_soc_info(). However,
icnss_get_soc_info() may not populate all of the fields of the struct.
Zero-initialize the struct before passing it to icnss_get_soc_info() to
avoid using any uninitialized values.

Change-Id: I859a880c9fb8483b66e17ded2857634ab878977a
CRs-Fixed: 2396653
2019-02-15 13:10:05 -08:00
..
inc qcacld-3.0: Changes to support rri_over_ddr support for Genoa 2019-01-30 00:02:55 -08:00
src qcacld-3.0: Zero-initialize soc info 2019-02-15 13:10:05 -08:00