| To: | Jeff Garzik <jgarzik@xxxxxxxxx> |
|---|---|
| Subject: | [PATCH] [sparse] minor #if complaint |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Mon, 12 Jul 2004 15:44:44 -0700 |
| Cc: | netdev@xxxxxxxxxxx |
| Organization: | Open Source Development Lab |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Minor sparse warning fix. it doesn't like #if when #ifdef is intended.
Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx>
diff -Nru a/drivers/net/pcmcia/nmclan_cs.c b/drivers/net/pcmcia/nmclan_cs.c
--- a/drivers/net/pcmcia/nmclan_cs.c 2004-07-12 15:07:19 -07:00
+++ b/drivers/net/pcmcia/nmclan_cs.c 2004-07-12 15:07:19 -07:00
@@ -1472,7 +1472,7 @@
Modified from Am79C90 data sheet.
---------------------------------------------------------------------------- */
-#if BROKEN_MULTICAST
+#ifdef BROKEN_MULTICAST
static void updateCRC(int *CRC, int bit)
{
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] [sparse] missing annotation in ipv6 addrconf, Stephen Hemminger |
|---|---|
| Next by Date: | Re: [2.6 patch] net/hamradio/dmascc: remove inlines, Adrian Bunk |
| Previous by Thread: | [PATCH] [sparse] missing annotation in ipv6 addrconf, Stephen Hemminger |
| Next by Thread: | [PATCH 2.6]: Make packet scheduler clock source configurable, Patrick McHardy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |