From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 2 Jul 2015 07:52:38 +0200 Subject: [U-Boot] [PATCH 6/8] image-fdt.c: store returned error value In-Reply-To: <6116d63a0dc858f36415316f8bbe565c222049a8.1435791392.git.marcel.ziswiler@toradex.com> References: <6116d63a0dc858f36415316f8bbe565c222049a8.1435791392.git.marcel.ziswiler@toradex.com> Message-ID: <201507020752.38182.marex@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 Thursday, July 02, 2015 at 01:04:51 AM, Marcel Ziswiler wrote: > From: Max Krummenacher > > This fixes the following warning (and the runtime error reporting): > ../common/image-fdt.c:491:4: warning: 'fdt_ret' may be used > uninitialized in this function [-Wmaybe-uninitialized] > > Signed-off-by: Max Krummenacher > Signed-off-by: Marcel Ziswiler Acked-by: Marek Vasut Best regards, Marek Vasut