Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109911
b: refs/heads/master
c: 87e60f2
h: refs/heads/master
i:
  109909: 82800ff
  109907: e47bb97
  109903: aefe5e7
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Pierre Ossman committed Sep 20, 2008
1 parent 4cc799e commit f2c1ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fe246eb0b7f2e995c4f172f360bc4e86baccaafe
refs/heads/master: 87e60f2b80202575a23fa1bf56c6eb3b419c480a
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ static int atmci_regs_show(struct seq_file *s, void *v)

/* Grab a more or less consistent snapshot */
spin_lock_irq(&host->mmc->lock);
clk_enable(host->mck);
memcpy_fromio(buf, host->regs, MCI_REGS_SIZE);
clk_disable(host->mck);
spin_unlock_irq(&host->mmc->lock);

seq_printf(s, "MR:\t0x%08x%s%s CLKDIV=%u\n",
Expand Down

0 comments on commit f2c1ee9

Please sign in to comment.