Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / drivers / mmc / stm32_sdmmc2.c
index 0e1f40b569f0327ae2fa5b3f758a82920a5ea843..0bf7135b4ff2ffcfa33d4486565600f382ea3de2 100644 (file)
@@ -569,7 +569,7 @@ static int stm32_sdmmc2_probe(struct udevice *dev)
        case 1:
                break;
        default:
-               error("invalid \"bus-width\" property, force to 1\n");
+               pr_err("invalid \"bus-width\" property, force to 1\n");
        }
 
        upriv->mmc = &plat->mmc;