diff options
Diffstat (limited to 'drivers/ata/pata_rz1000.c')
-rw-r--r-- | drivers/ata/pata_rz1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_rz1000.c b/drivers/ata/pata_rz1000.c index 46d6bc1bf1e9..0c574c065c62 100644 --- a/drivers/ata/pata_rz1000.c +++ b/drivers/ata/pata_rz1000.c | |||
@@ -88,7 +88,7 @@ static int rz1000_init_one (struct pci_dev *pdev, const struct pci_device_id *en | |||
88 | static int printed_version; | 88 | static int printed_version; |
89 | static const struct ata_port_info info = { | 89 | static const struct ata_port_info info = { |
90 | .flags = ATA_FLAG_SLAVE_POSS, | 90 | .flags = ATA_FLAG_SLAVE_POSS, |
91 | .pio_mask = 0x1f, | 91 | .pio_mask = ATA_PIO4, |
92 | .port_ops = &rz1000_port_ops | 92 | .port_ops = &rz1000_port_ops |
93 | }; | 93 | }; |
94 | const struct ata_port_info *ppi[] = { &info, NULL }; | 94 | const struct ata_port_info *ppi[] = { &info, NULL }; |