* [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c
@ 2011-01-10 11:58 Stefan Roese
2011-01-10 12:03 ` Mike Frysinger
2011-01-11 8:56 ` Stefan Roese
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Roese @ 2011-01-10 11:58 UTC (permalink / raw)
To: u-boot
Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small
problem in the ppc4xx miiphy.c version. This patch fixes this problem.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
---
arch/powerpc/cpu/ppc4xx/miiphy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/cpu/ppc4xx/miiphy.c b/arch/powerpc/cpu/ppc4xx/miiphy.c
index 206c476..9f8f8fa 100644
--- a/arch/powerpc/cpu/ppc4xx/miiphy.c
+++ b/arch/powerpc/cpu/ppc4xx/miiphy.c
@@ -100,7 +100,7 @@ int phy_setup_aneg (char *devname, unsigned char addr)
u16 anar = 0x0000;
if (exsr & ESTATUS_1000XF)
- anar |= ADVERTISE_1000XFULL);
+ anar |= ADVERTISE_1000XFULL;
if (exsr & ESTATUS_1000XH)
anar |= ADVERTISE_1000XHALF;
--
1.7.3.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c
2011-01-10 11:58 [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c Stefan Roese
@ 2011-01-10 12:03 ` Mike Frysinger
2011-01-11 8:56 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2011-01-10 12:03 UTC (permalink / raw)
To: u-boot
On Mon, Jan 10, 2011 at 6:58 AM, Stefan Roese wrote:
> Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small
> problem in the ppc4xx miiphy.c version. This patch fixes this problem.
Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c
2011-01-10 11:58 [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c Stefan Roese
2011-01-10 12:03 ` Mike Frysinger
@ 2011-01-11 8:56 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2011-01-11 8:56 UTC (permalink / raw)
To: u-boot
On Monday 10 January 2011 12:58:16 Stefan Roese wrote:
> Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small
> problem in the ppc4xx miiphy.c version. This patch fixes this problem.
Applied to u-boot-ppc4xx. Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-11 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 11:58 [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c Stefan Roese
2011-01-10 12:03 ` Mike Frysinger
2011-01-11 8:56 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox