]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/sti_sdhci.c
mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning support
[u-boot] / drivers / mmc / sti_sdhci.c
index d8b5888b7ce29860e029f9bf334c35fa7010e4f1..1c92bb2b377dc0fb7cfbb5583a6e231b27e61937 100644 (file)
@@ -1,8 +1,8 @@
 /*
- *  Copyright (c) 2017
- *  Patrice Chotard <patrice.chotard@st.com>
+ * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
+ * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
  *
- * SPDX-License-Identifier:    GPL-2.0
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -43,7 +43,7 @@ static int sti_mmc_core_config(struct udevice *dev)
        if (plat->instance) {
                ret = reset_deassert(&plat->reset);
                if (ret < 0) {
-                       error("MMC1 deassert failed: %d", ret);
+                       pr_err("MMC1 deassert failed: %d", ret);
                        return ret;
                }
        }