pcmcia: move Vpp setup to struct pcmcia_device
[deliverable/linux.git] / drivers / bluetooth / bt3c_cs.c
index 7ab8f29d5e0dcb8df750bab81fc0bcce4494b12e..2c8d981c110dc3a5fa8c3f23987da23446f2dfb7 100644 (file)
@@ -686,7 +686,7 @@ static int bt3c_check_config(struct pcmcia_device *p_dev,
        p_dev->io_lines = (try == 0) ? 16 : cf->io.flags & CISTPL_IO_LINES_MASK;
 
        if (cf->vpp1.present & (1 << CISTPL_POWER_VNOM))
-               p_dev->conf.Vpp = cf->vpp1.param[CISTPL_POWER_VNOM] / 10000;
+               p_dev->vpp = cf->vpp1.param[CISTPL_POWER_VNOM] / 10000;
        if ((cf->io.nwin > 0) && (cf->io.win[0].len == 8) &&
            (cf->io.win[0].base != 0)) {
                p_dev->resource[0]->start = cf->io.win[0].base;
This page took 0.023631 seconds and 5 git commands to generate.