From mboxrd@z Thu Jan 1 00:00:00 1970 From: urwithsughosh at gmail.com Date: Mon, 10 Sep 2007 11:47:57 -0400 Subject: [U-Boot-Users] Typo in tsec.c Message-ID: <20070910154756.GA4678@GNU> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I guess the mii_parse_lxt971_sr2 function in the tsec.c file has a typo in the switch-case. The break is put after the default case and not after the case before that. I'm not sure if this requires a patch. -- sughosh