|
@@ -213,7 +213,7 @@ static void octeon_cf_set_dmamode(struct ata_port *ap, struct ata_device *dev)
|
|
|
* This is tI, C.F. spec. says 0, but Sony CF card requires
|
|
|
* more, we use 20 nS.
|
|
|
*/
|
|
|
- dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);;
|
|
|
+ dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);
|
|
|
dma_tim.s.dmack_h = ns_to_tim_reg(tim_mult, dma_ackh);
|
|
|
|
|
|
dma_tim.s.dmarq = dma_arq;
|