From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 19 Nov 2014 08:56:02 +0100 Subject: [U-Boot] [PATCH v2 6/7] board: iocon: Fix uninitialized access In-Reply-To: <1415902878-4291-7-git-send-email-dirk.eibach@gdsys.cc> References: <1415902878-4291-1-git-send-email-dirk.eibach@gdsys.cc> <1415902878-4291-7-git-send-email-dirk.eibach@gdsys.cc> Message-ID: <546C4D12.90608@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13.11.2014 19:21, dirk.eibach at 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