Re: [PATCH 2.6] Natsemi - remove compilation warnings
From: Linus Torvalds (torvalds_at_osdl.org)
Date: 09/30/04
- Previous message: Jeremy Fitzhardinge: "Re: 2.6.9-rc2-mm4 e100 enable_irq unbalanced from"
- In reply to: Andrey S. Klochko: "Re: [PATCH 2.6] Natsemi - remove compilation warnings"
- Next in thread: Franz Pletz: "Re: [PATCH 2.6] Natsemi - remove compilation warnings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 11:22:33 -0700 (PDT) To: "Andrey S. Klochko" <aklochko@acipower.com>
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/
- Previous message: Jeremy Fitzhardinge: "Re: 2.6.9-rc2-mm4 e100 enable_irq unbalanced from"
- In reply to: Andrey S. Klochko: "Re: [PATCH 2.6] Natsemi - remove compilation warnings"
- Next in thread: Franz Pletz: "Re: [PATCH 2.6] Natsemi - remove compilation warnings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|