diff options
author | Nicolas Pitre <nico@cam.org> | 2007-09-29 10:46:20 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-10-03 12:40:19 -0400 |
commit | 2df3b71b2746469b5b344cf7da5facecd4110cc9 (patch) | |
tree | f09551fae203dad08b5814da4a2694f00fcc8ddb /drivers/mmc/host/sdhci.c | |
parent | 5ae70296c85f96a9969891d9de3410ebdf210b71 (diff) |
sdhci: fix a typo
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 228ce42371dc..317578d68538 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c | |||
@@ -132,7 +132,7 @@ static void sdhci_dumpregs(struct sdhci_host *host) | |||
132 | readb(host->ioaddr + SDHCI_POWER_CONTROL), | 132 | readb(host->ioaddr + SDHCI_POWER_CONTROL), |
133 | readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL)); | 133 | readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL)); |
134 | printk(KERN_DEBUG DRIVER_NAME ": Wake-up: 0x%08x | Clock: 0x%08x\n", | 134 | printk(KERN_DEBUG DRIVER_NAME ": Wake-up: 0x%08x | Clock: 0x%08x\n", |
135 | readb(host->ioaddr + SDHCI_WALK_UP_CONTROL), | 135 | readb(host->ioaddr + SDHCI_WAKE_UP_CONTROL), |
136 | readw(host->ioaddr + SDHCI_CLOCK_CONTROL)); | 136 | readw(host->ioaddr + SDHCI_CLOCK_CONTROL)); |
137 | printk(KERN_DEBUG DRIVER_NAME ": Timeout: 0x%08x | Int stat: 0x%08x\n", | 137 | printk(KERN_DEBUG DRIVER_NAME ": Timeout: 0x%08x | Int stat: 0x%08x\n", |
138 | readb(host->ioaddr + SDHCI_TIMEOUT_CONTROL), | 138 | readb(host->ioaddr + SDHCI_TIMEOUT_CONTROL), |