[U-Boot] [PATCH] FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warnings

Stefano Babic sbabic at denx.de
Sun Nov 6 11:42:39 CET 2011


Fix:
ivm_core.c: In function 'ispVMLCOUNT':
ivm_core.c:2105:16: warning: unused variable 'usByte'

Signed-off-by: Stefano Babic <sbabic at denx.de>
CC: Wolfgang Denk <wd at denx.de>
---
 drivers/fpga/ivm_core.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c
index 2b5a485..b5a47d1 100755
--- a/drivers/fpga/ivm_core.c
+++ b/drivers/fpga/ivm_core.c
@@ -2102,7 +2102,6 @@ signed char ispVMLCOUNT(unsigned short a_usCountSize)
 	unsigned char ucState             = 0;
 	unsigned short usDelay            = 0;
 	unsigned short usToggle           = 0;
-	unsigned char usByte              = 0;
 
 	g_usIntelBufferSize = (unsigned short)ispVMDataSize();
 
@@ -2171,7 +2170,6 @@ signed char ispVMLCOUNT(unsigned short a_usCountSize)
 		ucState            = 0;
 		usDelay            = 0;
 		usToggle           = 0;
-		usByte             = 0;
 		usContinue		   = 1;
 
 		/*
-- 
1.7.6.4



More information about the U-Boot mailing list