mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 19 Jul 2017 07:55:46 +0000 (15:55 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 12:01:34 +0000 (14:01 +0200)
commit69f25f9bb0cd7a59c3f1d0ecb541049c2e5fb0f9
treec3e203316e1959db90c4325241f6a100687f4721
parentb044b1bcc5de194688c33e5911b96ee93fd9ce48
mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug

There are lots of debug message in core.c which use pr_debug
for better dynamic log level control. So it doesn't make sense
for those print to still keep working only under CONFIG_MMC_DEBUG.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c