| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Nov. 25, 2009, 5:11 p.m. |
| Message ID | <20091125171155.5446.41850.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/39370/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/pata_triflex.c =================================================================== --- a/drivers/ata/pata_triflex.c +++ b/drivers/ata/pata_triflex.c @@ -179,7 +179,7 @@ static struct scsi_host_template triflex }; static struct ata_port_operations triflex_port_ops = { - .inherits = &ata_bmdma_port_ops, + .inherits = &ata_bmdma32_port_ops, .bmdma_start = triflex_bmdma_start, .bmdma_stop = triflex_bmdma_stop, .cable_detect = ata_cable_40wire,