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/usb/host/sl811_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/usb/host/sl811_cs.c')
-rw-r--r-- | drivers/usb/host/sl811_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/sl811_cs.c b/drivers/usb/host/sl811_cs.c index 9773601bf0bb..5b55c72c710b 100644 --- a/drivers/usb/host/sl811_cs.c +++ b/drivers/usb/host/sl811_cs.c | |||
@@ -172,8 +172,6 @@ static int sl811_cs_config_check(struct pcmcia_device *p_dev, | |||
172 | if (cfg->index == 0) | 172 | if (cfg->index == 0) |
173 | return -ENODEV; | 173 | return -ENODEV; |
174 | 174 | ||
175 | p_dev->conf.ConfigIndex = cfg->index; | ||
176 | |||
177 | /* Use power settings for Vcc and Vpp if present */ | 175 | /* Use power settings for Vcc and Vpp if present */ |
178 | /* Note that the CIS values need to be rescaled */ | 176 | /* Note that the CIS values need to be rescaled */ |
179 | if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) { | 177 | if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) { |