From: Adam Spotton <aspotton@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH 1/1] net/cris/eth_v10.c: potential compiler error,
Date: Wed, 17 Dec 2008 22:50:59 +0000 [thread overview]
Message-ID: <1229554259.11003.8.camel@ad> (raw)
In-Reply-To: <d2ea0b810812161836o7a34efefj9b37a8f89ad390b3@mail.gmail.com>
Fix a potential compiler error when calling e100rxtx_interrupt.
Patch generated by the Coccinelle semantic patch framework.
Signed-off-by: Adam Spotton <aspotton@gmail.com>
---
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
prev parent reply other threads:[~2008-12-17 22:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-17 2:36 [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, irqfunc caller sites update Adam Spotton
2008-12-17 22:50 ` Adam Spotton [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=1229554259.11003.8.camel@ad \
--to=aspotton@gmail.com \
--cc=kernel-janitors@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.