Zero our stats structure properly.

Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>

diff -urN linux-2.6.15-rc1.upstream.orig/drivers/net/ixp2000/pm3386.c 
linux-2.6.15-rc1.upstream/drivers/net/ixp2000/pm3386.c
--- linux-2.6.15-rc1.upstream.orig/drivers/net/ixp2000/pm3386.c 2005-11-22 
11:00:34.000000000 +0100
+++ linux-2.6.15-rc1.upstream/drivers/net/ixp2000/pm3386.c      2005-11-22 
12:40:10.000000000 +0100
@@ -238,7 +238,7 @@
        while (pm3386_port_reg_read(port, 0x500, 0x100) & 0x0001)
                ;
 
-       memset(stats, 0, sizeof(stats));
+       memset(stats, 0, sizeof(*stats));
 
        stats->rx_packets = pm3386_get_stat(port, 0x510);
        stats->tx_packets = pm3386_get_stat(port, 0x590);
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to