b43-dasm: suppress compiler warning
authorMichael Buesch <m@bues.ch>
Mon, 12 Sep 2011 17:53:00 +0000 (19:53 +0200)
committerMichael Buesch <m@bues.ch>
Mon, 12 Sep 2011 17:53:00 +0000 (19:53 +0200)
Signed-off-by: Michael Buesch <m@bues.ch>
disassembler/main.c

index d419feefb3d7982cc415b002224e5bb4e4eeaa1a..eecea39d70d2f1e33eb68a489303b5a7a75211ab 100644 (file)
@@ -877,7 +877,7 @@ static int read_input(struct disassembler_context *ctx)
        size_t ret;
        struct bin_instruction *code = NULL;
        unsigned char tmp[sizeof(uint64_t)];
-       uint64_t codeword;
+       uint64_t codeword = 0;
        struct fw_header hdr;
        int err;