Re: [U-Boot] [PATCH v2 6/7] board: iocon: Fix uninitialized access

2014-11-18 Thread Stefan Roese
On 13.11.2014 19:21, dirk.eib...@gdsys.cc wrote: From: Dirk Eibach Wolfgang Denk found this issue using cppcheck: (error) Uninitialized variable: fpga_features Signed-off-by: Dirk Eibach Applied to u-boot-ppc4xx/master. Thanks, Stefan ___ U-Boot

[U-Boot] [PATCH v2 6/7] board: iocon: Fix uninitialized access

2014-11-13 Thread dirk . eibach
From: Dirk Eibach Wolfgang Denk found this issue using cppcheck: (error) Uninitialized variable: fpga_features Signed-off-by: Dirk Eibach --- Changes in v2: - fix cppcheck finding reported by Wolfgang board/gdsys/405ep/iocon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g