]> git.sur5r.net Git - openocd/commit
fix from Pavel Chromy
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 Feb 2008 10:24:46 +0000 (10:24 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 Feb 2008 10:24:46 +0000 (10:24 +0000)
commit076017341dd0428bb6e2c1bf5953851d91c098dd
treed9b373e4548ceb0b861fc46219c3396170202a0b
parent9e5a6679cac36667e51f24a6bd5670396cd06ed6
fix from Pavel Chromy

this patch fixes an issue in jtag_init - shall not reset jtag to NULL.
This causes jtag interface (USB device) not to be closed properly if jtag chain validation fails.

Once the underlaying jtag interface is initialized, jtag pointer shall be left untouched,
even in case of an error, so that proper cleanup can be done, see exit_handler in openocd.c

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