| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Nov. 25, 2009, 5:12 p.m. |
| Message ID | <20091125171211.5446.594.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/39372/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/pata_via.c =================================================================== --- a/drivers/ata/pata_via.c +++ b/drivers/ata/pata_via.c @@ -420,7 +420,7 @@ static struct scsi_host_template via_sht }; static struct ata_port_operations via_port_ops = { - .inherits = &ata_bmdma_port_ops, + .inherits = &ata_bmdma32_port_ops, .cable_detect = via_cable_detect, .set_piomode = via_set_piomode, .set_dmamode = via_set_dmamode,