]> git.sur5r.net Git - openocd/commit
jtag: getting the JTAG speed can fail
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 6 Dec 2010 08:21:23 +0000 (09:21 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 8 Dec 2010 07:43:52 +0000 (08:43 +0100)
commit740b9e25b410c164e661d0334a9ea4168406726b
tree0c396aab2d3287a0bb38b6d9bf3921d12d273740
parent5cd931ed1ccc75bdbaab821686ceff04c3cb002b
jtag: getting the JTAG speed can fail

If the JTAG speed has not been set, then it has no defined
value, add code to propagate the error.

No change to actual behavior as no new failure paths have
been introduced. This is a no-op patch to make subsequent patches
smaller.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/jtag/core.c
src/jtag/drivers/amt_jtagaccel.c
src/jtag/drivers/ft2232.c
src/jtag/drivers/gw16012.c
src/jtag/drivers/jlink.c
src/jtag/drivers/parport.c
src/jtag/drivers/presto.c
src/jtag/drivers/rlink.c
src/jtag/drivers/usb_blaster.c
src/jtag/jtag.h
src/jtag/zy1000/zy1000.c