]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/ram/rockchip/sdram_rk3399.c
treewide: replace with error() with pr_err()
[people/ms/u-boot.git] / drivers / ram / rockchip / sdram_rk3399.c
index 5ed4b03837d63f4b8482d914cfe786e1260b34ea..76c1fe80a7fb2c1c900f24a39496d56b91a0d068 100644 (file)
@@ -551,7 +551,7 @@ static int pctl_cfg(const struct chan_info *chan, u32 channel,
        tmp = get_timer(0);
        do {
                if (get_timer(tmp) > timeout_ms) {
-                       error("DRAM (%s): phy failed to lock within  %ld ms\n",
+                       pr_err("DRAM (%s): phy failed to lock within  %ld ms\n",
                              __func__, timeout_ms);
                        return -ETIME;
                }