This is an automated email from Gerrit.

?yvind Harboe ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/192

-- gerrit

commit 13e7ad4599855b8a6bb406f3ea409ca87369644b
Author: Øyvind Harboe <[email protected]>
Date:   Thu Nov 10 19:37:00 2011 +0100

    ft2232: fix warning about assignment to local variable
    
    variable is not read afterwards.
    
    Change-Id: I905bbb10c596190f75494e6c6ad400a3e51843f6
    Signed-off-by: Øyvind Harboe <[email protected]>

diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c
index ceb3c0b..881d7c7 100644
--- a/src/jtag/drivers/ft2232.c
+++ b/src/jtag/drivers/ft2232.c
@@ -1345,7 +1345,6 @@ static int ft2232_large_scan(struct scan_command* cmd, 
enum scan_type type, uint
                LOG_DEBUG("thisrun_read: %i, bytes_read: %i",
                          thisrun_read,
                          (int)bytes_read);
-               receive_pointer += bytes_read;
        }
 
        return ERROR_OK;

-- 

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to