summaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-11 15:38:36 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-11 20:55:12 -0800
commitb3e64566ab88dde3f664d7ae59116e7644533ea3 (patch)
treee824312370f656896a4e1a4b4e2dac7326f27e7e /src/target/arm11_dbgtap.h
parent75892bfc6ecc41ae19d65c862f0db6f2c1023c2d (diff)
downloadopenocd+libswd-b3e64566ab88dde3f664d7ae59116e7644533ea3.tar.gz
openocd+libswd-b3e64566ab88dde3f664d7ae59116e7644533ea3.tar.bz2
openocd+libswd-b3e64566ab88dde3f664d7ae59116e7644533ea3.tar.xz
openocd+libswd-b3e64566ab88dde3f664d7ae59116e7644533ea3.zip
ARM11: avoid pointless status returns
For some routines that only returned ERROR_OK and where the caller never checked ... don't bother. Remove some noise, and bugfix some comments. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm11_dbgtap.h')
-rw-r--r--src/target/arm11_dbgtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h
index 3139a09a..7f87e3a0 100644
--- a/src/target/arm11_dbgtap.h
+++ b/src/target/arm11_dbgtap.h
@@ -30,7 +30,7 @@ int arm11_run_instr_data_from_core_via_r0(struct arm11_common *arm11,
int arm11_run_instr_data_to_core_via_r0(struct arm11_common *arm11,
uint32_t opcode, uint32_t data);
-int arm11_add_dr_scan_vc(int num_fields, struct scan_field *fields,
+void arm11_add_dr_scan_vc(int num_fields, struct scan_field *fields,
tap_state_t state);
/**