dgrs.c warnings fix

Stephen Frost (sfrost@ns.snowman.net)
Tue, 21 Dec 1999 01:38:33 -0500 (EST)


Simple warnings fix...

Stephen

diff -u --recursive --new-file v2.3.33/drivers/net/dgrs.c linux/drivers/net/dgrs.c
--- v2.3.33/drivers/net/dgrs.c Tue Nov 9 11:20:12 1999
+++ linux/drivers/net/dgrs.c Tue Dec 21 01:24:46 1999
@@ -355,7 +355,7 @@
)
{
int i;
- ulong csr;
+ ulong csr = 0;
DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv;

if (pciaddr)

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