]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-rockchip/rk3188-board.c
treewide: replace with error() with pr_err()
[u-boot] / arch / arm / mach-rockchip / rk3188-board.c
index 622e046dc0a754444aea5441b52a20e33e059162..96859a5b4bc7f37ce263aa724ab9dec553625588 100644 (file)
@@ -26,7 +26,7 @@ int board_late_init(void)
 
        grf = syscon_get_first_range(ROCKCHIP_SYSCON_GRF);
        if (IS_ERR(grf)) {
-               error("grf syscon returned %ld\n", PTR_ERR(grf));
+               pr_err("grf syscon returned %ld\n", PTR_ERR(grf));
        } else {
                /* enable noc remap to mimic legacy loaders */
                rk_clrsetreg(&grf->soc_con0,