From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263532AbTHXMLE (ORCPT ); Sun, 24 Aug 2003 08:11:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263535AbTHXMLD (ORCPT ); Sun, 24 Aug 2003 08:11:03 -0400 Received: from pizda.ninka.net ([216.101.162.242]:65472 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id S263532AbTHXMK7 (ORCPT ); Sun, 24 Aug 2003 08:10:59 -0400 Date: Sun, 24 Aug 2003 05:03:08 -0700 From: "David S. Miller" To: Vinay K Nallamothu Cc: netdev@oss.sgi.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.0-test4][NET] 3c509.c: remove device.name field Message-Id: <20030824050308.0a3feee0.davem@redhat.com> In-Reply-To: <1061727940.1288.4.camel@lima.royalchallenge.com> References: <1061644409.1141.18.camel@lima.royalchallenge.com> <20030824034735.534b8c68.davem@redhat.com> <1061727940.1288.4.camel@lima.royalchallenge.com> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.6; sparc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 24 Aug 2003 17:55:40 +0530 Vinay K Nallamothu wrote: > On Sun, 2003-08-24 at 16:17, David S. Miller wrote: > > On 23 Aug 2003 18:43:29 +0530 > > Vinay K Nallamothu wrote: > > > > > This patch removes the device name field which is no longer present. > > > > This doesn't look like the right fix. You can't just > > delete these lines, you should rather replace them with > > accesses to whatever the MCA device struct name field is. > > > > > Pls find the updated patch (hopefully right this time) below: Applied, thanks.