X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fmmc%2Fsti_sdhci.c;h=1c92bb2b377dc0fb7cfbb5583a6e231b27e61937;hb=9f881a590fc6a22be26502cf893626feb31ad1fc;hp=d8b5888b7ce29860e029f9bf334c35fa7010e4f1;hpb=dca3166f55973143b750a3e9517c6b646ebab132;p=oweals%2Fu-boot.git diff --git a/drivers/mmc/sti_sdhci.c b/drivers/mmc/sti_sdhci.c index d8b5888b7c..1c92bb2b37 100644 --- a/drivers/mmc/sti_sdhci.c +++ b/drivers/mmc/sti_sdhci.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -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; } }