All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: David Miller <davem@davemloft.net>
Cc: "fengguang.wu@intel.com" <fengguang.wu@intel.com>,
	"kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: drivers/net/cris/eth_v10.c:1715:2: error: too many arguments to function 'e100rxtx_interrupt'
Date: Fri, 05 Oct 2012 21:24:22 +0000	[thread overview]
Message-ID: <20121005212422.GA1390@axis.com> (raw)
In-Reply-To: <20121003202656.GT1390@axis.com>

On Wed, Oct 03, 2012 at 10:26:57PM +0200, Jesper Nilsson wrote:
> On Wed, Oct 03, 2012 at 08:40:40PM +0200, David Miller wrote:
> > From: Jesper Nilsson <jesper.nilsson@axis.com>
> > Date: Wed, 3 Oct 2012 12:46:52 +0200
> > 
> > > On Fri, Sep 28, 2012 at 03:06:08PM +0200, Fengguang Wu wrote:
> > >> Hi Jesper,
> > > 
> > > Hi!
> > > 
> > >> FYI, a rather old build bug that's introduced by
> > >> 
> > >> bafef0a cris build fixes: update eth_v10.c ethernet driver
> > >> 
> > >> All error/warnings:
> > >> 
> > >> drivers/net/cris/eth_v10.c: In function 'e100_netpoll':
> > >> drivers/net/cris/eth_v10.c:1715:2: error: too many arguments to function 'e100rxtx_interrupt'
> > >> drivers/net/cris/eth_v10.c:1131:1: note: declared here
> > > 
> > > Yep, I can't figure out why the followup patches never reached mainline,
> > > but we have fixes for exactly that in our in-house tree.
> > > I'll push some move patches after this merge window.
> > 
> > It's a bug fix, even worse a build fix, why want until after the merge
> > window?
> 
> Aye, true, I'll just have to make sure I don't get any other change from
> the inhouse tree.

Turns out this was already fixed in mainline since August.

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

WARNING: multiple messages have this Message-ID (diff)
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: David Miller <davem@davemloft.net>
Cc: "fengguang.wu@intel.com" <fengguang.wu@intel.com>,
	"kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: drivers/net/cris/eth_v10.c:1715:2: error: too many arguments to function 'e100rxtx_interrupt'
Date: Fri, 5 Oct 2012 23:24:22 +0200	[thread overview]
Message-ID: <20121005212422.GA1390@axis.com> (raw)
In-Reply-To: <20121003202656.GT1390@axis.com>

On Wed, Oct 03, 2012 at 10:26:57PM +0200, Jesper Nilsson wrote:
> On Wed, Oct 03, 2012 at 08:40:40PM +0200, David Miller wrote:
> > From: Jesper Nilsson <jesper.nilsson@axis.com>
> > Date: Wed, 3 Oct 2012 12:46:52 +0200
> > 
> > > On Fri, Sep 28, 2012 at 03:06:08PM +0200, Fengguang Wu wrote:
> > >> Hi Jesper,
> > > 
> > > Hi!
> > > 
> > >> FYI, a rather old build bug that's introduced by
> > >> 
> > >> bafef0a cris build fixes: update eth_v10.c ethernet driver
> > >> 
> > >> All error/warnings:
> > >> 
> > >> drivers/net/cris/eth_v10.c: In function 'e100_netpoll':
> > >> drivers/net/cris/eth_v10.c:1715:2: error: too many arguments to function 'e100rxtx_interrupt'
> > >> drivers/net/cris/eth_v10.c:1131:1: note: declared here
> > > 
> > > Yep, I can't figure out why the followup patches never reached mainline,
> > > but we have fixes for exactly that in our in-house tree.
> > > I'll push some move patches after this merge window.
> > 
> > It's a bug fix, even worse a build fix, why want until after the merge
> > window?
> 
> Aye, true, I'll just have to make sure I don't get any other change from
> the inhouse tree.

Turns out this was already fixed in mainline since August.

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

  reply	other threads:[~2012-10-05 21:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-28 13:06 drivers/net/cris/eth_v10.c:1715:2: error: too many arguments to function 'e100rxtx_interrupt' Fengguang Wu
2012-09-28 13:06 ` Fengguang Wu
2012-10-03 10:46 ` Jesper Nilsson
2012-10-03 10:46   ` Jesper Nilsson
2012-10-03 18:40   ` David Miller
2012-10-03 18:40     ` David Miller
2012-10-03 20:26     ` Jesper Nilsson
2012-10-03 20:26       ` Jesper Nilsson
2012-10-05 21:24       ` Jesper Nilsson [this message]
2012-10-05 21:24         ` Jesper Nilsson
2012-10-06  1:07         ` Fengguang Wu
2012-10-06  1:07           ` Fengguang Wu

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=20121005212422.GA1390@axis.com \
    --to=jesper.nilsson@axis.com \
    --cc=davem@davemloft.net \
    --cc=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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.