]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/sdhci.c
mmc: sdhci: move error message to more relevant place
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Aug 2016 07:07:35 +0000 (16:07 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Sep 2016 21:46:01 +0000 (06:46 +0900)
commit6c67954c93ea09bccc5bbc984ff60a2c28eeb733
tree3f1bae0b266e26ec3d268593b0998e6fd0681eb7
parent8d549b61dc1b3a99a47738bd258813d336f6475b
mmc: sdhci: move error message to more relevant place

"Hardware doesn't specify base clock frequency" may not be only the
error case of sdhci_setup_cfg().  It is better to print this where
the corresponding error is triggered.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/sdhci.c