This is an automated email from Gerrit. Bernhard Kiesbauer ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1471
-- gerrit commit 25bfbbe9cbba92dd9bc904a698990ed3e8af6cce Author: Bernhard Kiesbauer <[email protected]> Date: Mon Jul 1 21:44:25 2013 +0200 Further making checkpatch happy. Change-Id: I08a5b405a5a88c02fa4c949869393b90dd164654 Signed-off-by: Bernhard Kiesbauer <[email protected]> diff --git a/src/target/dsp563xx.c b/src/target/dsp563xx.c index c7cf17e..5e37c39 100644 --- a/src/target/dsp563xx.c +++ b/src/target/dsp563xx.c @@ -940,7 +940,7 @@ static int dsp563xx_examine(struct target *target) LOG_INFO("DSP56%03d device found", chip); /* Clear all breakpoints */ - dsp563xx_once_reg_write(target->tap, 1, DSP563XX_ONCE_OBCR, 0); + dsp563xx_once_reg_write(target->tap, 1, DSP563XX_ONCE_OBCR, 0); } return ERROR_OK; -- ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
