From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([92.198.50.35]) by bombadil.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TBoqF-0004Zd-7D for barebox@lists.infradead.org; Wed, 12 Sep 2012 15:27:04 +0000 Date: Wed, 12 Sep 2012 17:26:59 +0200 From: Sascha Hauer Message-ID: <20120912152659.GX6180@pengutronix.de> References: <1347458446-13546-1-git-send-email-plagnioj@jcrosoft.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1347458446-13546-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: Re: [PATCH 1/1] tap: fix missing parent setting on eth_device To: Jean-Christophe PLAGNIOL-VILLARD Cc: barebox@lists.infradead.org On Wed, Sep 12, 2012 at 04:00:46PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Applied, thanks Sascha > --- > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox