summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci.c
diff options
context:
space:
mode:
authorRussell King2010-12-28 20:40:40 +0100
committerRussell King2010-12-30 15:07:10 +0100
commit8c11a94d86eb5489dc665bc566bf624e329d89fa (patch)
treee886e5b2559ad146a410e5f86b198d1d0f424617 /drivers/mmc/host/mmci.c
parentARM: 6530/1: mmci: partially revert clock divisor code (diff)
downloadkernel-qcow2-linux-8c11a94d86eb5489dc665bc566bf624e329d89fa.tar.gz
kernel-qcow2-linux-8c11a94d86eb5489dc665bc566bf624e329d89fa.tar.xz
kernel-qcow2-linux-8c11a94d86eb5489dc665bc566bf624e329d89fa.zip
ARM: mmci: Clean up MMCI announcement printk
Make the MMCI announcement printk say which primecell part number has been found. Display the revision as an unsigned decimal, and display only the first 8 hex digits of the base address unless it's larger. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/host/mmci.c')
-rw-r--r--drivers/mmc/host/mmci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 0b4a5bf0ec2c..563022825667 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -960,12 +960,12 @@ static int __devinit mmci_probe(struct amba_device *dev, struct amba_id *id)
amba_set_drvdata(dev, mmc);
- mmc_add_host(mmc);
-
- dev_info(&dev->dev, "%s: MMCI rev %x cfg %02x at 0x%016llx irq %d,%d\n",
- mmc_hostname(mmc), amba_rev(dev), amba_config(dev),
+ dev_info(&dev->dev, "%s: PL%03x rev%u at 0x%08llx irq %d,%d\n",
+ mmc_hostname(mmc), amba_part(dev), amba_rev(dev),
(unsigned long long)dev->res.start, dev->irq[0], dev->irq[1]);
+ mmc_add_host(mmc);
+
return 0;
irq0_free: