diff options
author | Pankaj Dabade <pdabade@nvidia.com> | 2014-07-07 11:22:43 +0530 |
---|---|---|
committer | Riham Haidar <rhaidar@nvidia.com> | 2014-07-11 21:15:20 -0700 |
commit | 94e6176605001ee0e4fd1444dfeb8e006d1289d8 (patch) | |
tree | 6f85d52a00616e80762413d55736a191a40d713a /drivers | |
parent | 4971feec8b024b77827b8373e3f359e616ea05f0 (diff) |
misc: Change info print as debug message
Updating the message severity to debug.
Bug 200007132
Bug 1283757
Change-Id: Ide4a7cc5b205939e561f96e9e6205e082440e515
Signed-off-by: Pankaj Dabade <pdabade@nvidia.com>
Reviewed-on: http://git-master/r/435015
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/tegra-throughput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/tegra-throughput.c b/drivers/misc/tegra-throughput.c index cb9ef937311a..2c587614c268 100644 --- a/drivers/misc/tegra-throughput.c +++ b/drivers/misc/tegra-throughput.c @@ -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; |