From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 8.mo5.mail-out.ovh.net ([178.32.116.78] helo=mo5.mail-out.ovh.net) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TBnbE-0000Z9-C0 for barebox@lists.infradead.org; Wed, 12 Sep 2012 14:07:36 +0000 Received: from mail404.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with SMTP id 7E03DFF9A3F for ; Wed, 12 Sep 2012 16:08:58 +0200 (CEST) From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 12 Sep 2012 16:00:46 +0200 Message-Id: <1347458446-13546-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 1/1] tap: fix missing parent setting on eth_device To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/net/tap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/tap.c b/drivers/net/tap.c index 32496a8..cf23668 100644 --- a/drivers/net/tap.c +++ b/drivers/net/tap.c @@ -90,6 +90,7 @@ int tap_probe(struct device_d *dev) edev = xmalloc(sizeof(struct eth_device)); edev->priv = priv; + edev->parent = dev; edev->init = tap_eth_open; edev->open = tap_eth_open; -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox