<br><br><div class="gmail_quote">2010/12/26 Michael Karcher <span dir="ltr"><<a href="mailto:Michael.Karcher@fu-berlin.de">Michael.Karcher@fu-berlin.de</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You seem to have a space-only change in this line.<br></blockquote><div><br>No ( .unlock ):<br><br>Index: flashchips.c<br>
==============================
<div id=":15x">=====================================<br>--- flashchips.c        (revision 1246)<br>+++ flashchips.c        (working copy)<br>
@@ -7694,7 +7694,7 @@<br>                .feature_bits   = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,<br>                .tested         = TEST_OK_PRE,<br>                .probe          = probe_jedec,<br>-               .probe_timing   = 10,<br>

+               .probe_timing   = 10,<br>                .block_erasers  =<br>                {<br>                        {<br>@@ -7706,6 +7706,7 @@<br>                        }<br>                },<br>                .printlock      = printlock_w39v040fb,<br>

+               .unlock         = unlock_w39v040fb,<br>                .write          = write_jedec_1,<br>                .read           = read_memmapped,<br>        },</div>
<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Is that intended?</blockquote><div> </div>The space change is intented but not critical. Feel free to commit just the line that starts with ".unlock", from flashchips.c<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Regards,<br>
<font color="#888888">  Michael Karcher<br>
</font></blockquote></div><br>Thanks,<br><br>Idwer<br>