This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1488

-- gerrit

commit be0c8c02a1f3d30aa51a2d60277029bdf1f37de3
Author: Paul Fertser <[email protected]>
Date:   Mon Jul 8 10:07:54 2013 +0400

    versaloon: remove bogus assignment
    
    This fixes the build with Clang 3.3.
    
    Change-Id: I729b4791c16178cdd4a87f7e1c04019da2c84b26
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c 
b/src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c
index 196b507..b8d27af 100644
--- a/src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c
+++ b/src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c
@@ -34,8 +34,6 @@ RESULT usbtoswd_callback(void *p, uint8_t *src, uint8_t 
*processed)
 {
        struct versaloon_pending_t *pending = (struct versaloon_pending_t *)p;
 
-       processed = processed;
-
        if (pending->extra_data != NULL)
                *((uint8_t *)pending->extra_data) = src[0];
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to