From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id F1CFFB7089 for ; Wed, 8 Jul 2009 12:16:31 +1000 (EST) Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id B0161DDDF4 for ; Wed, 8 Jul 2009 12:16:31 +1000 (EST) Date: Tue, 07 Jul 2009 19:16:32 -0700 (PDT) Message-Id: <20090707.191632.192291073.davem@davemloft.net> To: avorontsov@ru.mvista.com Subject: Re: [PATCH] net: fix OF fixed-link property handling on Freescale network device drivers From: David Miller In-Reply-To: <20090707151241.GA26831@oksana.dev.rtsoft.ru> References: <20090703221851.23909.923.stgit@localhost.localdomain> <20090707151241.GA26831@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: netdev@vger.kernel.org, leoli@freescale.com, afleming@freescale.com, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Anton Vorontsov Date: Tue, 7 Jul 2009 19:12:41 +0400 > ->restart() will dereference phydev, which is NULL. > > grep for 'phydev' in fs_enet/mac-*.c. Ok, so this patch still needs a little bit more work. Thanks for testing!