Skip to content

r600/sfn: Initialize GPRValue member m_pin_to_channel.

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

Fix defects reported by Coverity Scan.

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

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

cc: @gerddie

Merge request reports