[U-Boot-Users] [PATCH] Typo fix in tsec.c

10 Sep
2007
10 Sep
'07
8:54 p.m.
Hello, Fixup for the break statement in wrong place.
--
sughosh
diff --git a/drivers/tsec.c b/drivers/tsec.c
index 6bca4dc..4ff3339 100644
--- a/drivers/tsec.c
+++ b/drivers/tsec.c
@@ -1262,10 +1262,10 @@ uint mii_parse_lxt971_sr2(uint mii_reg, struct tsec_private *priv)
case MIIM_LXT971_SR2_100HDX:
priv->speed = 100;
priv->duplexity = 0;
+ break;
default:
priv->speed = 100;
priv->duplexity = 1;
- break;
}
} else {
priv->speed = 0;

11 Sep
11 Sep
8:11 a.m.
On 9/10/07, urwithsughosh@gmail.com urwithsughosh@gmail.com wrote:
Hello, Fixup for the break statement in wrong place.
--
Acked-by: Andy Fleming afleming@freescale.com

15 Sep
15 Sep
9:42 p.m.
In message 20070910185456.GD4678@GNU you wrote:
Hello, Fixup for the break statement in wrong place.
Applied, thanks.
Please add your signed-off-by: line next time!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"There is such a fine line between genius and stupidity."
- David St. Hubbins, "Spinal Tap"
6445
Age (days ago)
6450
Last active (days ago)
2 comments
3 participants
participants (3)
-
Andy Fleming
-
urwithsughosh@gmail.com
-
Wolfgang Denk