]> git.sur5r.net Git - openocd/commit
Clean up the JTAG TAP creation handler:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 4 Jun 2009 23:49:52 +0000 (23:49 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 4 Jun 2009 23:49:52 +0000 (23:49 +0000)
commita8473262165a456e46b70e58ff36ef9712b3db2a
tree107b07664f6b9415db3bf7406e1d9fe157265e58
parentd3d02f478946415660f9d641283a3fefb97d6899
Clean up the JTAG TAP creation handler:
- Factor jtag_tap_init() helper out of the end of jim_newtap_cmd.
- Factor jtag_tap_free() helper out of the error case in jim_newtap_cmd.
- Invert test to improve indentation at the end of jim_newtap_cmd.
- Improve whitespace in the newly factored functions.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2056 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/jtag/jtag.c