Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132227
b: refs/heads/master
c: 7c48ed3
h: refs/heads/master
i:
  132225: 90456f2
  132223: e633ec4
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Mar 12, 2009
1 parent 2abb6b1 commit 16aada7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b53dc74ef957f134d93e989150f983e92fb88e3
refs/heads/master: 7c48ed3383bfb2106694807361ec187fe8a4333d
3 changes: 1 addition & 2 deletions trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,7 @@ static void s3cmci_dma_setup(struct s3cmci_host *host,
host->mem->start + host->sdidata);

if (!setup_ok) {
s3c2410_dma_config(host->dma, 4,
(S3C2410_DCON_HWTRIG | S3C2410_DCON_CH0_SDI));
s3c2410_dma_config(host->dma, 4, 0);
s3c2410_dma_set_buffdone_fn(host->dma,
s3cmci_dma_done_callback);
s3c2410_dma_setflags(host->dma, S3C2410_DMAF_AUTOSTART);
Expand Down

0 comments on commit 16aada7

Please sign in to comment.