drivers/versaloon: use ARRAY_SIZE() 59/6259/2
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 24 Aug 2020 09:40:13 +0000 (11:40 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 29 May 2021 20:33:15 +0000 (21:33 +0100)
Replace the custom macro dimof() with the OpenOCD macro
ARRAY_SIZE().

Change-Id: I2fe638444f6c16f2a78c1fd558b21550f76282d6
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6259
Tested-by: jenkins
Reviewed-by: Xiang W <wxjstz@126.com>
src/jtag/drivers/versaloon/versaloon.c
src/jtag/drivers/versaloon/versaloon_include.h

index 6fea888ab0f4cf3c9ed74c8ee65ecc735917aa5f..e564d8b4617d0f18d957b89dae237bd701d933d8 100644 (file)
@@ -124,7 +124,7 @@ void versaloon_free_want_pos(void)
        }
        versaloon_want_pos = NULL;
 
-       for (i = 0; i < dimof(versaloon_pending); i++) {
+       for (i = 0; i < ARRAY_SIZE(versaloon_pending); i++) {
                tmp = versaloon_pending[i].pos;
                while (tmp != NULL) {
                        free_tmp = tmp;
index 4ca81d5e2a2d7436a5ac7e6340a1580e3b1eff35..a954b48e3f06d38e6d5e97c82a094ad7d5e93b39 100644 (file)
@@ -27,7 +27,6 @@
 #define PARAM_CHECK                                                    1
 
 #define sleep_ms(ms)                                           jtag_sleep((ms) * 1000)
-#define dimof(arr)                                                     (sizeof(arr) / sizeof((arr)[0]))
 #define TO_STR(name)                                           #name
 
 #define RESULT                                                         int

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)