]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
flash/nor/rp2xxx: fix LOG_xxx messages
authorTomas Vanek <vanekt@fbl.cz>
Fri, 21 Mar 2025 20:30:13 +0000 (21:30 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Fri, 25 Apr 2025 10:25:52 +0000 (10:25 +0000)
commitbf66d95be2db83da2694d20970c4b8db8e5de969
treed021a730a1c19aafb59efda02416b4ddbb4de1c1
parent5bb7dbc2312f4ce84224720eb258ebcae2089e28
flash/nor/rp2xxx: fix LOG_xxx messages

Use proper format specifiers for uint16_t and uint32_t arguments.
Use LOG_TARGET_DEBUG instead of target->cmd_name as a parameter.
Use command_print() in command handler.
Drop dots and new lines at end of messages.

Change-Id: I37c7d3680a352210b1d7e69f2c9b4ba0efe6ec15
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reported-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8809
Tested-by: jenkins
src/flash/nor/rp2xxx.c