]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/common/misc.c
treewide: replace with error() with pr_err()
[u-boot] / board / samsung / common / misc.c
index 4157349d028b0c0eb488c1e6d364b3b36acfc742..eba25b7b980ae3e12c84bcf0e5151e3075c6f417 100644 (file)
@@ -457,7 +457,7 @@ void draw_logo(void)
 
        addr = panel_info.logo_addr;
        if (!addr) {
-               error("There is no logo data.");
+               pr_err("There is no logo data.");
                return;
        }