This is an automated email from Gerrit. Heinz Schweiger ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1871
-- gerrit commit 41a331df0c153c589a4cc0f27781b4fd9a8bb2df Author: Heinz Schweiger <[email protected]> Date: Sun Jan 12 11:58:00 2014 +0100 topic: adapt patch style Change-Id: I18321989bc11f9037a8699f53bbacea13f3e15af Signed-off-by: Heinz Schweiger <[email protected]> diff --git a/src/flash/nor/tiva.c b/src/flash/nor/tiva.c index 426c007..109d412 100644 --- a/src/flash/nor/tiva.c +++ b/src/flash/nor/tiva.c @@ -311,7 +311,7 @@ static int tiva_protect_check(struct flash_bank *bank) if (tiva->did1 == 0) return ERROR_FLASH_BANK_NOT_PROBED; - for (page = 0; page < (unsigned) bank->num_sectors; page++) + for (page = 0; page < (unsigned) bank->num_sectors; page++) bank->sectors[page].is_protected = -1; /* Read each Flash Memory Protection Program Enable (FMPPE) register -- ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
