}
 
                if (ptest.flags & PARSE_TIME)
-                       pr_err("parselist: %d: input is '%s' OK, Time: %llu\n",
+                       pr_info("parselist: %d: input is '%s' OK, Time: %llu\n",
                                        i, ptest.in, time);
 
 #undef ptest
                goto out;
        }
 
-       pr_err("bitmap_print_to_pagebuf: input is '%s', Time: %llu\n", buf, time);
+       pr_info("bitmap_print_to_pagebuf: input is '%s', Time: %llu\n", buf, time);
 out:
        kfree(buf);
        kfree(bmap);
                }
 
                if (test.flags & PARSE_TIME)
-                       pr_err("parse: %d: input is '%s' OK, Time: %llu\n",
+                       pr_info("parse: %d: input is '%s' OK, Time: %llu\n",
                                        i, test.in, time);
        }
 }
                }
        }
        time = ktime_get() - time;
-       pr_err("Time spent in %s:\t%llu\n", __func__, time);
+       pr_info("Time spent in %s:\t%llu\n", __func__, time);
 }
 
 static void __init test_bitmap_write_perf(void)
                }
        }
        time = ktime_get() - time;
-       pr_err("Time spent in %s:\t%llu\n", __func__, time);
+       pr_info("Time spent in %s:\t%llu\n", __func__, time);
 }
 
 #undef TEST_BIT_LEN