]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/ide/ide-probe.c
ide: add proper PCI PM support (v2)
[mirror_ubuntu-artful-kernel.git] / drivers / ide / ide-probe.c
index e526f4967148fc94488f4284d1acc5d626897ce4..06575a12b63518d01f2de299be39fb97f814afbe 100644 (file)
@@ -1586,8 +1586,10 @@ struct ide_host *ide_host_alloc_all(const struct ide_port_info *d,
        if (hws[0])
                host->dev[0] = hws[0]->dev;
 
-       if (d)
+       if (d) {
+               host->init_chipset = d->init_chipset;
                host->host_flags = d->host_flags;
+       }
 
        return host;
 }