Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218990
b: refs/heads/master
c: 412ab65
h: refs/heads/master
v: v3
  • Loading branch information
Philip Rakity authored and Chris Ball committed Oct 23, 2010
1 parent 4081e66 commit b1e52da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b08caed8659ab27199db51c63a35c5ee067fc7ef
refs/heads/master: 412ab659b2bdad6afac8f84daf2a8a393145dcae
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ static void sdhci_finish_command(struct sdhci_host *);

static void sdhci_dumpregs(struct sdhci_host *host)
{
printk(KERN_DEBUG DRIVER_NAME ": ============== REGISTER DUMP ==============\n");
printk(KERN_DEBUG DRIVER_NAME ": =========== REGISTER DUMP (%s)===========\n",
mmc_hostname(host->mmc));

printk(KERN_DEBUG DRIVER_NAME ": Sys addr: 0x%08x | Version: 0x%08x\n",
sdhci_readl(host, SDHCI_DMA_ADDRESS),
Expand Down

0 comments on commit b1e52da

Please sign in to comment.