
1 Aug
2017
1 Aug
'17
11:12 a.m.
On 30 July 2017 at 13:17, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The value of uma_memory_size depends on an undefined value from the stack. The value of uma_memory_size is changed but never used.
So simply remove this superfluous code.
The problem was indicated by cppcheck.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
arch/x86/cpu/ivybridge/sdram.c | 5 ----- 1 file changed, 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org