diff options
Diffstat (limited to 'drivers/net/pcmcia/smc91c92_cs.c')
-rw-r--r-- | drivers/net/pcmcia/smc91c92_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/pcmcia/smc91c92_cs.c b/drivers/net/pcmcia/smc91c92_cs.c index c012e3400736..1e595038a492 100644 --- a/drivers/net/pcmcia/smc91c92_cs.c +++ b/drivers/net/pcmcia/smc91c92_cs.c | |||
@@ -464,7 +464,6 @@ static int mhz_mfc_config_check(struct pcmcia_device *p_dev, | |||
464 | void *priv_data) | 464 | void *priv_data) |
465 | { | 465 | { |
466 | int k; | 466 | int k; |
467 | p_dev->conf.ConfigIndex = cf->index; | ||
468 | p_dev->io.BasePort2 = cf->io.win[0].base; | 467 | p_dev->io.BasePort2 = cf->io.win[0].base; |
469 | for (k = 0; k < 0x400; k += 0x10) { | 468 | for (k = 0; k < 0x400; k += 0x10) { |
470 | if (k & 0x80) | 469 | if (k & 0x80) |
@@ -654,7 +653,6 @@ static int smc_configcheck(struct pcmcia_device *p_dev, | |||
654 | cistpl_cftable_entry_t *cf, | 653 | cistpl_cftable_entry_t *cf, |
655 | void *priv_data) | 654 | void *priv_data) |
656 | { | 655 | { |
657 | p_dev->conf.ConfigIndex = cf->index; | ||
658 | p_dev->io.BasePort1 = cf->io.win[0].base; | 656 | p_dev->io.BasePort1 = cf->io.win[0].base; |
659 | p_dev->io.IOAddrLines = cf->io.flags & CISTPL_IO_LINES_MASK; | 657 | p_dev->io.IOAddrLines = cf->io.flags & CISTPL_IO_LINES_MASK; |
660 | return pcmcia_request_io(p_dev, &p_dev->io); | 658 | return pcmcia_request_io(p_dev, &p_dev->io); |