diff options
Diffstat (limited to 'drivers/ata/pata_cs5520.c')
-rw-r--r-- | drivers/ata/pata_cs5520.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c index 1186bcd2781c..db6a96984f3f 100644 --- a/drivers/ata/pata_cs5520.c +++ b/drivers/ata/pata_cs5520.c | |||
@@ -158,7 +158,7 @@ static int __devinit cs5520_init_one(struct pci_dev *pdev, const struct pci_devi | |||
158 | static const unsigned int ctl_port[] = { 0x3F6, 0x376 }; | 158 | static const unsigned int ctl_port[] = { 0x3F6, 0x376 }; |
159 | struct ata_port_info pi = { | 159 | struct ata_port_info pi = { |
160 | .flags = ATA_FLAG_SLAVE_POSS, | 160 | .flags = ATA_FLAG_SLAVE_POSS, |
161 | .pio_mask = 0x1f, | 161 | .pio_mask = ATA_PIO4, |
162 | .port_ops = &cs5520_port_ops, | 162 | .port_ops = &cs5520_port_ops, |
163 | }; | 163 | }; |
164 | const struct ata_port_info *ppi[2]; | 164 | const struct ata_port_info *ppi[2]; |