Skip to content

amd/addrlib: Initialize Gfx10Lib members in constructor.

Vinson Lee requested to merge vlee/mesa:fix-cid-1451277 into master

Fix defects reported by Coverity Scan.

Uninitialized scalar field (UNINIT_CTOR) uninit_member: Non-static class member m_numPkrLog2 is not initialized in this constructor nor in any functions that it calls. uninit_member: Non-static class member m_numSaLog2 is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @mareko

Merge request reports