diff options
Diffstat (limited to 'drivers/scsi/pcmcia/nsp_cs.c')
-rw-r--r-- | drivers/scsi/pcmcia/nsp_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/pcmcia/nsp_cs.c b/drivers/scsi/pcmcia/nsp_cs.c index a29a6f29c977..aee24b745dc9 100644 --- a/drivers/scsi/pcmcia/nsp_cs.c +++ b/drivers/scsi/pcmcia/nsp_cs.c | |||
@@ -1626,8 +1626,6 @@ static int nsp_cs_config_check(struct pcmcia_device *p_dev, | |||
1626 | if (cfg->index == 0) | 1626 | if (cfg->index == 0) |
1627 | return -ENODEV; | 1627 | return -ENODEV; |
1628 | 1628 | ||
1629 | p_dev->conf.ConfigIndex = cfg->index; | ||
1630 | |||
1631 | /* Does this card need audio output? */ | 1629 | /* Does this card need audio output? */ |
1632 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { | 1630 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { |
1633 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; | 1631 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; |