]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/misc/tegra-throughput.c
misc: Change info print as debug message
[sojka/nv-tegra/linux-3.10.git] / drivers / misc / tegra-throughput.c
index cb9ef937311a9b8db05b58f431641269a43b90a8..2c587614c268c8af63050497f58c342d3a376b9f 100644 (file)
@@ -84,7 +84,7 @@ static void throughput_flip_callback(void)
                trace_tegra_throughput_flip(timediff);
 
                if (timediff <= 0) {
-                       pr_warn("%s: flips %lld nsec apart\n",
+                       pr_debug("%s: flips %lld nsec apart\n",
                                __func__, now.tv64 - last_flip.tv64);
                        last_flip = now;
                        return;