ni65 warnings fix

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


Simple warnings fix...

Stephen

diff -u --recursive --new-file v2.3.33/drivers/net/ni65.c linux/drivers/net/ni65.c
--- v2.3.33/drivers/net/ni65.c Wed Aug 18 14:36:42 1999
+++ linux/drivers/net/ni65.c Tue Dec 21 01:35:15 1999
@@ -808,7 +808,7 @@
*/
static void ni65_interrupt(int irq, void * dev_id, struct pt_regs * regs)
{
- int csr0;
+ int csr0 = 0;
struct net_device *dev = dev_id;
struct priv *p;
int bcnt = 32;

-
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/