From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 3.mo3.mail-out.ovh.net ([46.105.44.175] helo=mo3.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U2fZf-0001Mn-Cg for barebox@lists.infradead.org; Tue, 05 Feb 2013 10:16:24 +0000 Received: from mail412.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo3.mail-out.ovh.net (Postfix) with SMTP id CD823FFA7F0 for ; Tue, 5 Feb 2013 11:30:44 +0100 (CET) From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 5 Feb 2013 11:15:04 +0100 Message-Id: <1360059306-31118-2-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <1360059306-31118-1-git-send-email-plagnioj@jcrosoft.com> References: <20130205101236.GA19322@game.jcrosoft.org> <1360059306-31118-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/4] macb: register the phy after the macb is init To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/net/macb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 15b1e93..8eac4a8 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -476,8 +476,8 @@ static int macb_probe(struct device_d *dev) macb_writel(macb, NCFGR, ncfgr); - mdiobus_register(&macb->miibus); eth_register(edev); + mdiobus_register(&macb->miibus); return 0; } -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox