From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spotton Date: Wed, 17 Dec 2008 22:50:59 +0000 Subject: [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, Message-Id: <1229554259.11003.8.camel@ad> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org Fix a potential compiler error when calling e100rxtx_interrupt. Patch generated by the Coccinelle semantic patch framework. Signed-off-by: Adam Spotton --- I had a slight problem with my mail client converting tabs into spaces but it seems OK now. diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c index 7e8a631..abc6eda 100644 --- a/drivers/net/cris/eth_v10.c +++ b/drivers/net/cris/eth_v10.c @@ -1707,7 +1707,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