
1 Aug
2010
1 Aug
'10
11:01 a.m.
Hello.
Frans Meulenbroeks wrote:
removed a variable that was not used
Signed-off-by: Frans Meulenbroeks fransmeulenbroeks@gmail.com
[...]
diff --git a/board/purple/flash.c b/board/purple/flash.c index 37c7bec..5cee35e 100644 --- a/board/purple/flash.c +++ b/board/purple/flash.c
[...]
@@ -490,7 +489,7 @@ int flash_erase (flash_info_t *info, int s_first, int s_last) last = get_timer(0);
/* Start erase on unprotected sectors */
- for (sect = s_first; sect<=s_last && rcode == 0; sect++) {
- for (sect = s_first; sect<=s_last; sect++) {
High time to insert space before and after <=...
WBR, Sergei