mmc: sdhi: print physical base address and clock rate
authorMagnus Damm <damm@opensource.se>
Fri, 6 May 2011 11:02:41 +0000 (11:02 +0000)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 03:53:54 +0000 (23:53 -0400)
commit1f7d6819e56dda651a32b0193ff9e7929f62709f
tree939149bf42d6d00d2b1744b864cfd427f8b819ca
parent3ab5006471855e0864e0d83a5b39c811c525ed83
mmc: sdhi: print physical base address and clock rate

Instead of printing out useless information such as the virtual base
address and one of 4 interrupts, convert the SDHI probe() to print
out physical base address together with clock rate.

We do have a struct device so make use of dev_info().

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sh_mobile_sdhi.c