| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Nov. 25, 2009, 5:03 p.m. |
| Message ID | <20091125170351.5446.61723.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/39392/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/pata_efar.c =================================================================== --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c @@ -223,7 +223,7 @@ static struct scsi_host_template efar_sh }; static struct ata_port_operations efar_ops = { - .inherits = &ata_bmdma_port_ops, + .inherits = &ata_bmdma32_port_ops, .cable_detect = efar_cable_detect, .set_piomode = efar_set_piomode, .set_dmamode = efar_set_dmamode,