From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.221.175]) by ozlabs.org (Postfix) with ESMTP id C5684B7D41 for ; Sat, 1 May 2010 03:35:37 +1000 (EST) Received: by qyk5 with SMTP id 5so492093qyk.3 for ; Fri, 30 Apr 2010 10:35:35 -0700 (PDT) MIME-Version: 1.0 Sender: glikely@secretlab.ca In-Reply-To: <4BDB12FB.5060806@in.ibm.com> References: <4BDAF376.4030005@in.ibm.com> <4BDB12FB.5060806@in.ibm.com> From: Grant Likely Date: Fri, 30 Apr 2010 11:35:13 -0600 Message-ID: Subject: Re: -next Apr 30: OOPS during eHEA driver initialization To: Sachin Sant Content-Type: text/plain; charset=ISO-8859-1 Cc: Linux/PPC Development , "linux-next@vger.kernel.org" , Greg Kroah-Hartman , linux-kernel List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Apr 30, 2010 at 11:27 AM, Sachin Sant wrote: > Sachin Sant wrote: >> >> With today's next eHEA drivers fails to initialize. > > If i revert the following patch eHEA network interface is initialized > properly. > > commit cebfe0b6709abdab997c1a00499d67efa32ee1f0 > drivercore: Add of_match_table to the common device drivers That is an easy one to fix. I'll get it updated today and send you the result. g.