lkml.org 
[lkml]   [1999]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectni65 warnings fix

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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.022 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site