From: Takashi Iwai <tiwai@suse.de>
To: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH next-20080704] Fix compile error in drivers/net/mv643xx_eth.c
Date: Fri, 04 Jul 2008 20:49:44 +0200 [thread overview]
Message-ID: <s5hbq1djxh3.wl%tiwai@suse.de> (raw)
In-Reply-To: <20080704164954.GA12106@xi.wantstofly.org>
At Fri, 4 Jul 2008 18:49:55 +0200,
Lennert Buytenhek wrote:
>
> On Fri, Jul 04, 2008 at 06:32:03PM +0200, Takashi Iwai wrote:
>
> > drivers/net/mv643xx_eth.c: In function 'mv643xx_eth_netpoll':
> > drivers/net/mv643xx_eth.c:2115: error: 'INT_CAUSE_EXT' undeclared (first use in this function)
> > drivers/net/mv643xx_eth.c:2115: error: (Each undeclared identifier is reported only once
> > drivers/net/mv643xx_eth.c:2115: error: for each function it appears in.
> >
> > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> >
> > ---
> > diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
> > index 83a877f..cb2c065 100644
> > --- a/drivers/net/mv643xx_eth.c
> > +++ b/drivers/net/mv643xx_eth.c
> > @@ -2112,7 +2112,8 @@ static void mv643xx_eth_netpoll(struct net_device *dev)
> >
> > mv643xx_eth_irq(dev->irq, dev);
> >
> > - wrl(mp, INT_MASK(mp->port_num), INT_TX_END | INT_RX | INT_CAUSE_EXT);
> > + wrl(mp, INT_MASK(mp->port_num),
> > + INT_TX_END | INT_RX | INT_CAUSE_EXT(mp->port_num));
>
> You are ORing the _address_ of the interrupt status register into
> the interupt mask register. How do you expect that to work?
>
> This is the proper fix, which I will re-submit shortly:
>
> http://marc.info/?l=linux-kernel&m=121498695309851&w=2
Just my ignorance, disregard my broken patch.
But why the heck is this still hanging for so long time? The
linux-next tree is built everyday, and why such an obvious fix isn't
picked up...?
thanks,
Takashi
prev parent reply other threads:[~2008-07-04 18:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-04 16:32 [PATCH next-20080704] Fix compile error in drivers/net/mv643xx_eth.c Takashi Iwai
2008-07-04 16:49 ` Lennert Buytenhek
2008-07-04 18:49 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hbq1djxh3.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=buytenh@wantstofly.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.