diff options
Diffstat (limited to 'drivers/net/pcmcia/pcnet_cs.c')
-rw-r--r-- | drivers/net/pcmcia/pcnet_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/pcmcia/pcnet_cs.c b/drivers/net/pcmcia/pcnet_cs.c index 7a9eeca6adc2..a60608722495 100644 --- a/drivers/net/pcmcia/pcnet_cs.c +++ b/drivers/net/pcmcia/pcnet_cs.c | |||
@@ -523,8 +523,6 @@ static int pcnet_confcheck(struct pcmcia_device *p_dev, | |||
523 | if (cfg->index == 0 || cfg->io.nwin == 0) | 523 | if (cfg->index == 0 || cfg->io.nwin == 0) |
524 | return -EINVAL; | 524 | return -EINVAL; |
525 | 525 | ||
526 | p_dev->conf.ConfigIndex = cfg->index; | ||
527 | |||
528 | /* For multifunction cards, by convention, we configure the | 526 | /* For multifunction cards, by convention, we configure the |
529 | network function with window 0, and serial with window 1 */ | 527 | network function with window 0, and serial with window 1 */ |
530 | if (io->nwin > 1) { | 528 | if (io->nwin > 1) { |