Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269399AbUI3SZL (ORCPT ); Thu, 30 Sep 2004 14:25:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269398AbUI3SZK (ORCPT ); Thu, 30 Sep 2004 14:25:10 -0400 Received: from fw.osdl.org ([65.172.181.6]:46059 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S269400AbUI3SWl (ORCPT ); Thu, 30 Sep 2004 14:22:41 -0400 Date: Thu, 30 Sep 2004 11:22:33 -0700 (PDT) From: Linus Torvalds To: "Andrey S. Klochko" cc: Franz Pletz , Michal Rokos , Kernel Mailing List , Andrew Morton , Jeff Garzik Subject: Re: [PATCH 2.6] Natsemi - remove compilation warnings In-Reply-To: <415C4BD8.40005@acipower.com> Message-ID: References: <200409230958.31758.michal@rokos.info> <200409231618.56861.michal@rokos.info> <415C37D8.20203@t-online.de> <415C4BD8.40005@acipower.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 550 Lines: 18 On Thu, 30 Sep 2004, Andrey S. Klochko wrote: > > > -#define mii_delay(dev) readl(dev->base_addr + EECtrl) > > +#define mii_delay(dev) readl(ioaddr + EECtrl) > ^^^ > Probably this should be > +#define mii_delay(ioaddr) readl(ioaddr + EECtrl) Yes. Good catch, will fix. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/