| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Oct. 11, 2011, 5:45 p.m. |
| Message ID | <201110111945.46105.bzolnier@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/119059/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/pata_amd.c =================================================================== --- a/drivers/ata/pata_amd.c +++ b/drivers/ata/pata_amd.c @@ -65,11 +65,6 @@ static void timing_setup(struct ata_port } if (peer) { - /* This may be over conservative */ - if (peer->dma_mode) { - ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT); - ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); - } ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT); ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); }