pcmcia: pcmcia_config_loop() ConfigIndex unification
[firefly-linux-kernel-4.4.55.git] / drivers / net / pcmcia / pcnet_cs.c
index 7a9eeca6adc2299fb3d5b7c0fc3eeb22fe2ccb31..a6060872249565ba9ba806ee3dda6e48b9ff66e6 100644 (file)
@@ -523,8 +523,6 @@ static int pcnet_confcheck(struct pcmcia_device *p_dev,
        if (cfg->index == 0 || cfg->io.nwin == 0)
                return -EINVAL;
 
-       p_dev->conf.ConfigIndex = cfg->index;
-
        /* For multifunction cards, by convention, we configure the
           network function with window 0, and serial with window 1 */
        if (io->nwin > 1) {