riscv-openocd/src/flash
Tomas Vanek 12ff36bd19 flash/nor/nrf5: drop useless for cycle condition
Commit [1] added a break on error to the nrf5_erase() sector loop
and the checking of the res value became useless in the for loop condition.

Removing nrf5_get_probed_chip_if_halted() later in [2]
dropped res initialization and clang static analyser complains
  "The left operand of '==' is a garbage value"

Drop the useless test!

Fixes: [1] commit 491636c8b8 ("flash/nor/nrf5: check protection before flash erase/write on nRF51")
Fixes: [2] commit 2db325f539 ("flash/nor/nrf5: drop nrf5_get_probed_chip_if_halted()")
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Change-Id: Ife6071c509719f8d7dc312fe9a780bdcf2575f69
Reviewed-on: https://review.openocd.org/c/openocd/+/8174
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2024-03-10 17:54:52 +00:00
..
nand flash: nand: move in include file the declaration of 'nand_devices' 2023-05-18 10:15:41 +00:00
nor flash/nor/nrf5: drop useless for cycle condition 2024-03-10 17:54:52 +00:00
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
common.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
common.h openocd: src/flash: replace the GPL-2.0-or-later license tag 2022-07-23 13:16:27 +00:00
startup.tcl openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00