]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit427b242f710cd9ff314b0f069e0c4ff69f1306e6
tree939149bf42d6d00d2b1744b864cfd427f8b819ca
parent9fe3ef3a76ac44ba7fe7dd73d515049e48043dab
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