pld: fix new warnings from sparse 68/7668/2
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 6 May 2023 14:19:55 +0000 (16:19 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Thu, 18 May 2023 10:11:29 +0000 (10:11 +0000)
The new committed files add some warning from the static analyser
'sparse':
- Don't assign pointer to 0, use NULL.
- switch with no cases.

Fix them.

Change-Id: I2c02d629bd80b71c8e42553be5d9388bb9b6bcd0
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7668
Tested-by: jenkins
src/pld/lattice_bit.c
src/pld/pld.c

index 562b17d0a5251e71ba45b447fa3e8200e1874fef..796adce975dec959a05a18fdcc4503c0cf9c70a5 100644 (file)
@@ -29,7 +29,7 @@ static int lattice_read_bit_file(struct lattice_bit_file *bit_file, const char *
        if (retval != ERROR_OK)
                return retval;
 
-       bit_file->part = 0;
+       bit_file->part = NULL;
        bit_file->has_id = false;
        enum read_bit_state state = SEEK_HEADER_START;
        for (size_t pos = 1; pos < bit_file->raw_bit.length && state != DONE; ++pos) {
index 7dd2cec18fe0b879e6f004b53a4a672036e15828..07b575f94eea61cac39e8e4382359612ff4a0b75 100644 (file)
@@ -156,8 +156,6 @@ COMMAND_HANDLER(handle_pld_load_command)
        if (retval != ERROR_OK) {
                command_print(CMD, "failed loading file %s to pld device %u",
                        CMD_ARGV[1], dev_id);
-               switch (retval) {
-               }
                return retval;
        } else {
                gettimeofday(&end, NULL);

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)