mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-06 12:11:20 +00:00
In risaf_parse_fwconfig(), node was assigned a -1 value. But it is then overwritten without the first value being used. Remove this assignment. This issue was found by Coverity: Defect (unused_value). Change-Id: Id463d91bb62e37e3413ee8ddd9089f7a93c8e8b0 Signed-off-by: Yann Gautier <yann.gautier@st.com>