Parallella platform: is_backend_full(): do not init. `full`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Oct 2015 18:05:08 +0000 (14:05 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Oct 2015 18:05:08 +0000 (14:05 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
platforms/parallella/barectf-platform-parallella.c

index a8ef13738d89ca59aad5b1ab0e57cbac606d9e78..39f7d0e0367cee48ce3a55e84dbb1389d0b55166 100644 (file)
@@ -86,7 +86,7 @@ static int is_backend_full(void *data)
 {
        struct tracing_ctx *tracing_ctx = data;
        int check_shared = 0;
-       int full = 0;
+       int full;
 
        /* are we in a back-end checking waiting period? */
        if (tracing_ctx->backend_wait_period) {
This page took 0.024139 seconds and 4 git commands to generate.