From 9189ff52fc76eaf4b6c268c653ce17ecabfa379b Mon Sep 17 00:00:00 2001 From: Evan Hunter Date: Wed, 29 Jul 2015 13:29:41 +0100 Subject: [PATCH] ADIv5: Fix typo in log message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I9c5e648566b1dd43cb55fd5e30edf8d5f0d189a6 Signed-off-by: Evan Hunter Reviewed-on: http://openocd.zylin.com/2892 Tested-by: jenkins Reviewed-by: Andreas Färber Reviewed-by: Spencer Oliver --- src/target/arm_adi_v5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 8d12608662..7f61ff04e9 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -387,7 +387,7 @@ static inline int dap_dp_poll_register(struct adiv5_dap *dap, unsigned reg, int ret; uint32_t regval; - LOG_DEBUG("DAP: poll %x, mask 0x08%" PRIx32 ", value 0x%08" PRIx32, + LOG_DEBUG("DAP: poll %x, mask 0x%08" PRIx32 ", value 0x%08" PRIx32, reg, mask, value); do { ret = dap_dp_read_atomic(dap, reg, ®val); -- 2.30.2