Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
[fw/openocd] / src / flash / at91sam3.c
index 449bcae786d67bc3d84c8966d1859f1c10515e2d..70377ad8870a0ad4c85e81db1f9ad9e747ad1bd6 100644 (file)
@@ -2385,6 +2385,7 @@ sam3_handle_gpnvm_command(struct command_context_s *cmd_ctx, char *cmd, char **a
        if (0 == strcmp("show", argv[0])) {
                if (who == -1) {
                showall:
+                       r = ERROR_OK;
                        for (x = 0 ; x < pChip->details.n_gpnvms ; x++) {
                                r = FLASHD_GetGPNVM(&(pChip->details.bank[0]), x, &v);
                                if (r != ERROR_OK) {