projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a693447
)
Cosmetic change - indentation correction.
author
Michael Zaidman
<
[email protected]
>
Sun, 28 Feb 2010 14:28:25 +0000
(16:28 +0200)
committer
Wolfgang Denk
<
[email protected]
>
Thu, 11 Mar 2010 23:19:11 +0000
(
00:19
+0100)
Signed-off-by: Michael Zaidman <
[email protected]
>
common/miiphyutil.c
patch
|
blob
|
history
diff --git
a/common/miiphyutil.c
b/common/miiphyutil.c
index 856fbc70b840e86c0fd0f106907b6271bbaa8122..4b186dd28c0ce02a939d3f908afd7c810f7d5a5c 100644
(file)
--- a/
common/miiphyutil.c
+++ b/
common/miiphyutil.c
@@
-377,7
+377,7
@@
int miiphy_speed (char *devname, unsigned char addr)
/* Get speed from basic control settings. */
return (bmcr & PHY_BMCR_100MB) ? _100BASET : _10BASET;
-
miiphy_read_failed:
+miiphy_read_failed:
printf (" read failed, assuming 10BASE-T\n");
return _10BASET;
}
@@
-436,7
+436,7
@@
int miiphy_duplex (char *devname, unsigned char addr)
/* Get speed from basic control settings. */
return (bmcr & PHY_BMCR_DPLX) ? FULL : HALF;
-
miiphy_read_failed:
+miiphy_read_failed:
printf (" read failed, assuming half duplex\n");
return HALF;
}