ARM11: avoid pointless status returns
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 11 Dec 2009 23:38:36 +0000 (15:38 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 12 Dec 2009 04:55:12 +0000 (20:55 -0800)
commitb3e64566ab88dde3f664d7ae59116e7644533ea3
treee824312370f656896a4e1a4b4e2dac7326f27e7e
parent75892bfc6ecc41ae19d65c862f0db6f2c1023c2d
ARM11: avoid pointless status returns

For some routines that only returned ERROR_OK and where the
caller never checked ... don't bother.  Remove some noise,
and bugfix some comments.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11_dbgtap.c
src/target/arm11_dbgtap.h