Re: [NETDEV] experimental net driver queue updated

From: Andrew Morton
Date: Sun Jan 11 2004 - 03:46:39 EST


Jeff Garzik <jgarzik@xxxxxxxxx> wrote:
>
> Patch:
> http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.1-bk1-netdev2.patch.bz2

net/core/netpoll.c: In function `netpoll_setup':
net/core/netpoll.c:572: warning: too many arguments for format
net/core/netpoll.c:572: warning: too many arguments for format

--- 25/net/core/netpoll.c~netpoll-warning-fix 2004-01-11 00:43:24.000000000 -0800
+++ 25-akpm/net/core/netpoll.c 2004-01-11 00:43:50.000000000 -0800
@@ -569,7 +569,7 @@ int netpoll_setup(struct netpoll *np)
if (time_before(jiffies, atleast)) {
printk(KERN_NOTICE "%s: carrier detect appears flaky,"
" waiting 10 seconds\n",
- np->name, np->dev_name);
+ np->name);
while (time_before(jiffies, atmost))
cond_resched();
}

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/