Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376553
b: refs/heads/master
c: df7e131
h: refs/heads/master
i:
  376551: 497954f
v: v3
  • Loading branch information
Sergei Shtylyov authored and Tejun Heo committed May 21, 2013
1 parent fd6989f commit d7825a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e771451c0a831d96a7c14b0ca8a8ec671d98567b
refs/heads/master: df7e131f6359f20ed8f0a37db039c4f6420a18c2
1 change: 1 addition & 0 deletions trunk/drivers/ata/sata_rcar.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ static void sata_rcar_bmdma_start(struct ata_queued_cmd *qc)

/* start host DMA transaction */
dmactl = ioread32(priv->base + ATAPI_CONTROL1_REG);
dmactl &= ~ATAPI_CONTROL1_STOP;
dmactl |= ATAPI_CONTROL1_START;
iowrite32(dmactl, priv->base + ATAPI_CONTROL1_REG);
}
Expand Down

0 comments on commit d7825a4

Please sign in to comment.