diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-02 08:59:13 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-22 19:21:29 -0400 |
commit | 498ac1899b62626bf6879a251d75c22ec564c559 (patch) | |
tree | d17c6c02ac97db98ac343a7ca1190147047385b2 /drivers/scsi/pcmcia/nsp_cs.c | |
parent | 84e2d34004dcd0c90d1af43a143511b334f11a4d (diff) |
pcmcia: pcmcia_config_loop() ConfigIndex unification
Almost all drivers set p_dev->conf.ConfigIndex to cfg->index in
the pcmcia_config_loop() callback function. Therefore, factor it out.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
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; |