]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/xenon_sdhci.c
treewide: replace with error() with pr_err()
[people/ms/u-boot.git] / drivers / mmc / xenon_sdhci.c
index 2b7cb7f6b66ab0fe4df9226ddc1fc80d53da0c8b..490a01f9bdb80ce3f6475c3c15adf4a5e97b8a75 100644 (file)
@@ -159,7 +159,7 @@ static int xenon_mmc_phy_init(struct sdhci_host *host)
        }
 
        if (time <= 0) {
-               error("Failed to enable MMC internal clock in time\n");
+               pr_err("Failed to enable MMC internal clock in time\n");
                return -ETIMEDOUT;
        }
 
@@ -187,7 +187,7 @@ static int xenon_mmc_phy_init(struct sdhci_host *host)
        }
 
        if (time <= 0) {
-               error("Failed to init MMC PHY in time\n");
+               pr_err("Failed to init MMC PHY in time\n");
                return -ETIMEDOUT;
        }