From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 7 Dec 2011 16:11:08 -0600 Subject: [U-Boot] [PATCH 3/9] drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning In-Reply-To: <1322930775-4767-3-git-send-email-agust@denx.de> References: <1322930775-4767-1-git-send-email-agust@denx.de> <1322930775-4767-3-git-send-email-agust@denx.de> Message-ID: <4EDFE47C.9000602@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/03/2011 10:46 AM, Anatolij Gustschin wrote: > Fix: > nand_spl_load.c: In function 'nand_boot': > nand_spl_load.c:31:6: warning: variable 'ret' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Anatolij Gustschin > Cc: Heiko Schocher > Cc: Scott Wood > --- > drivers/mtd/nand/nand_spl_load.c | 13 ++++++------- > 1 files changed, 6 insertions(+), 7 deletions(-) Applied to u-boot-nand-flash -Scott