smc91c92_cs.c: fix bogus compiler warning
[deliverable/linux.git] / drivers / net / pcmcia / smc91c92_cs.c
index 1cd9394c33598eb500796e9e6921ad5128d14cd9..cffbc0373fa9bd1a3aae0e69bd26b7f7c2f070c2 100644 (file)
@@ -809,7 +809,7 @@ static int smc91c92_config(struct pcmcia_device *link)
     struct net_device *dev = link->priv;
     struct smc_private *smc = netdev_priv(dev);
     char *name;
-    int i, j, rev;
+    int i, rev, j = 0;
     unsigned int ioaddr;
     u_long mir;
 
This page took 0.070719 seconds and 5 git commands to generate.