public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cris: fix eth_v10.c build error
       [not found] <1344002771-21072-1-git-send-email-geert@linux-m68k.org>
@ 2012-08-04  0:38 ` Randy Dunlap
  2012-08-04  3:33   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-08-04  0:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-kernel, Mikael Starvik, Jesper Nilsson, linux-cris-kernel,
	netdev, David Miller

From: Randy Dunlap <rdunlap@xenotime.net>

Fix build error on cris (not tested, no toolchain here):

drivers/net/cris/eth_v10.c: error: too many arguments to function 'e100rxtx_interrupt'

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc:	Mikael Starvik <starvik@axis.com>
Cc:	Jesper Nilsson <jesper.nilsson@axis.com>
Cc:	linux-cris-kernel@axis.com
---
 drivers/net/cris/eth_v10.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-36-rc1.orig/drivers/net/cris/eth_v10.c
+++ lnx-36-rc1/drivers/net/cris/eth_v10.c
@@ -1712,7 +1712,7 @@ e100_set_network_leds(int active)
 static void
 e100_netpoll(struct net_device* netdev)
 {
-	e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
+	e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
 }
 #endif
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] cris: fix eth_v10.c build error
  2012-08-04  0:38 ` [PATCH] cris: fix eth_v10.c build error Randy Dunlap
@ 2012-08-04  3:33   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-08-04  3:33 UTC (permalink / raw)
  To: rdunlap
  Cc: geert, linux-kernel, starvik, jesper.nilsson, linux-cris-kernel,
	netdev

From: Randy Dunlap <rdunlap@xenotime.net>
Date: Fri, 03 Aug 2012 17:38:07 -0700

> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix build error on cris (not tested, no toolchain here):
> 
> drivers/net/cris/eth_v10.c: error: too many arguments to function 'e100rxtx_interrupt'
> 
> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

Applied, thanks Randy.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-04  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1344002771-21072-1-git-send-email-geert@linux-m68k.org>
2012-08-04  0:38 ` [PATCH] cris: fix eth_v10.c build error Randy Dunlap
2012-08-04  3:33   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox