diff options
Diffstat (limited to 'drivers/ata/pata_scc.c')
-rw-r--r-- | drivers/ata/pata_scc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/pata_scc.c b/drivers/ata/pata_scc.c index e138343b5d4e..2153def3f345 100644 --- a/drivers/ata/pata_scc.c +++ b/drivers/ata/pata_scc.c | |||
@@ -1159,6 +1159,9 @@ static int scc_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1159 | return rc; | 1159 | return rc; |
1160 | host->iomap = pcim_iomap_table(pdev); | 1160 | host->iomap = pcim_iomap_table(pdev); |
1161 | 1161 | ||
1162 | ata_port_pbar_desc(host->ports[0], SCC_CTRL_BAR, -1, "ctrl"); | ||
1163 | ata_port_pbar_desc(host->ports[0], SCC_BMID_BAR, -1, "bmid"); | ||
1164 | |||
1162 | rc = scc_host_init(host); | 1165 | rc = scc_host_init(host); |
1163 | if (rc) | 1166 | if (rc) |
1164 | return rc; | 1167 | return rc; |