target: fix clang static analyzer warning
commit0f11f951e7774c54953f3f06916dcb62ac9b086d
authorTomas Vanek <vanekt@fbl.cz>
Mon, 9 May 2022 20:54:59 +0000 (9 22:54 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 21 May 2022 09:00:05 +0000 (21 09:00 +0000)
treefe6a9290f08b4ce33f68663f9745ba88daf92de5
parent7d2ea186cf212c64a8e5b10725e0a2512a137fbe
target: fix clang static analyzer warning

Removes Warning: line 6482, column 12
1st function call argument is an uninitialized value

Use target ptr directly as checked in previous lines instead of
dereferencing head->target

Change-Id: I6804b776fd493af71f3098d702f9cdc7acb50151
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/6970
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/target.c