Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164728
b: refs/heads/master
c: c653a6d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Hunter authored and Linus Torvalds committed Sep 23, 2009
1 parent 3959fed commit 4ee7938
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 191d1f1de158cf4dee3a5595e845a498364c061f
refs/heads/master: c653a6d4d18be5213d0e910cee75ebf089f8ba9d
4 changes: 4 additions & 0 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ static void send_init_stream(struct mmc_omap_host *host)

OMAP_HSMMC_WRITE(host->base, CON,
OMAP_HSMMC_READ(host->base, CON) & ~INIT_STREAM);

OMAP_HSMMC_WRITE(host->base, STAT, STAT_CLEAR);
OMAP_HSMMC_READ(host->base, STAT);

enable_irq(host->irq);
}

Expand Down

0 comments on commit 4ee7938

Please sign in to comment.