{
        host->f_init = freq;
 
-#ifdef CONFIG_MMC_DEBUG
-       pr_info("%s: %s: trying to init card at %u Hz\n",
+       pr_debug("%s: %s: trying to init card at %u Hz\n",
                mmc_hostname(host), __func__, host->f_init);
-#endif
+
        mmc_power_up(host, host->ocr_avail);
 
        /*
 {
        int ret = 0;
 
-#ifdef CONFIG_MMC_DEBUG
-       pr_info("%s: %s: powering down\n", mmc_hostname(host), __func__);
-#endif
+       pr_debug("%s: %s: powering down\n", mmc_hostname(host), __func__);
 
        mmc_bus_get(host);
 
 {
        int ret;
 
-#ifdef CONFIG_MMC_DEBUG
-       pr_info("%s: %s: powering up\n", mmc_hostname(host), __func__);
-#endif
+       pr_debug("%s: %s: powering up\n", mmc_hostname(host), __func__);
 
        mmc_bus_get(host);