This is an automated email from Gerrit. Mirela Tauciuc ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/727
-- gerrit commit e5279a60b212bacd2534f18352f02c68915ee9f9 Author: Mirela Tauciuc <[email protected]> Date: Mon Jun 25 11:19:16 2012 +0300 AT91SAM7 Flash: fixed a redundant assignation warning Change-Id: I6613c1739e4e171be1d883ab09bed48c9f9fa1fd Signed-off-by: Mirela Tauciuc <[email protected]> diff --git a/src/flash/nor/at91sam7.c b/src/flash/nor/at91sam7.c index 34adffe..80a004a 100644 --- a/src/flash/nor/at91sam7.c +++ b/src/flash/nor/at91sam7.c @@ -403,7 +403,6 @@ static int at91sam7_read_part_info(struct flash_bank *bank) /* banks and sectors are already created, based on data from input file */ struct flash_bank *fb = bank; struct flash_bank *t_bank = bank; - while (t_bank) { at91sam7_info = t_bank->driver_priv; -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
